Html Css Color HEX #CCA68B Cameo

📋 copy color: '#CCA68B'

red 204 ◦ green 166 ◦ blue 139

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

Shades of Cameo #CCA68B

Tints of Cameo #CCA68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 40.08%
G = 32.61%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCA68B (or 0xCCA68B) is known color: Cameo. HEX triplet: CC, A6 and 8B. RGB value is (204,166,139). Sum of RGB (Red+Green+Blue) = 204+166+139=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68B is #335974. Grayscale: #AEAEAE. Windows color (decimal): -3365237 or 9152204. OLE color: 9152204.

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

Color convert

RGB 204 166 139 -
CMYK 0 0.19 0.32 0.2
HSL 24.92º 0.39% 0.67% -
HSV(B) 24.92º 0.32% 0.8% -
XYZ 43.2 41.97 30.25 -
YUV 174.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 204 166 139 0 0.19 0.32 0.2 24.92 0.39 0.67
Hex CC A6 8B 0 13 20 14 19 27 43
Octal 314 246 213 0 23 40 24 31 47 103
Binary 11001100 10100110 10001011 0 10011 100000 10100 11001 100111 1000011

Color Harmonies of #CCA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA68B

Black with #CCA68B

Text Example


Text Example

White with #CCA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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