Html Css Color HEX #CCA68D Cameo

📋 copy color: '#CCA68D'

red 204 ◦ green 166 ◦ blue 141

#CCA68D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CCA68D

Tints of Cameo #CCA68D

RGB

 RED value IS 204 (80.08% from 255) = 39.92%

 GREEN value IS 166 (65.23% from 255) = 32.49%

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 39.92%
G = 32.49%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCA68D (or 0xCCA68D) is known color: Cameo. HEX triplet: CC, A6 and 8D. RGB value is (204,166,141). Sum of RGB (Red+Green+Blue) = 204+166+141=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68D is #335972. Grayscale: #AEAEAE. Windows color (decimal): -3365235 or 9283276. OLE color: 9283276.

HSL color Cylindrical-coordinate representation of color #CCA68D: hue angle of 23.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA68D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 141 -
CMYK 0 0.19 0.31 0.2
HSL 23.81º 0.38% 0.68% -
HSV(B) 23.81º 0.31% 0.8% -
XYZ 43.35 42.03 31.03 -
YUV 174.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 204 166 141 0 0.19 0.31 0.2 23.81 0.38 0.68
Hex CC A6 8D 0 13 1F 14 18 26 44
Octal 314 246 215 0 23 37 24 30 46 104
Binary 11001100 10100110 10001101 0 10011 11111 10100 11000 100110 1000100

Color Harmonies of #CCA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA68D

Black with #CCA68D

Text Example


Text Example

White with #CCA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA68D; }

 p { color: rgb(204,166,141); }

 H1.HeaderClassName
 {
   color: #CCA68D;
 }
 .AnyTagClassName
 {
   color: #CCA68D;
 }
</style>

background-color css

<style>
 a { background-color: #CCA68D; }

 a { background-color: rgb(204,166,141); }

 div.DivClassName
 {
   background-color: #CCA68D;
 }
 .BgClassName
 {
   background-color: #CCA68D;
 }
</style>

border-color css

<style>
 span { border-color: #CCA68D; }

 span { border-color: rgb(204,166,141); }

 td.TdClassName
 {
   border-color: #CCA68D;
 }
 .TagClassName
 {
   border-color: #CCA68D;
 }
</style>