Html Css Color HEX #CCA88C Cameo

📋 copy color: '#CCA88C'

red 204 ◦ green 168 ◦ blue 140

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

Shades of Cameo #CCA88C

Tints of Cameo #CCA88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 39.84%
G = 32.81%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA88C (or 0xCCA88C) is known color: Cameo. HEX triplet: CC, A8 and 8C. RGB value is (204,168,140). Sum of RGB (Red+Green+Blue) = 204+168+140=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA88C is #335773. Grayscale: #AFAFAF. Windows color (decimal): -3364724 or 9218252. OLE color: 9218252.

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

Color convert

RGB 204 168 140 -
CMYK 0 0.18 0.31 0.2
HSL 26.25º 0.39% 0.67% -
HSV(B) 26.25º 0.31% 0.8% -
XYZ 43.64 42.74 30.76 -
YUV 175.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 204 168 140 0 0.18 0.31 0.2 26.25 0.39 0.67
Hex CC A8 8C 0 12 1F 14 1A 27 43
Octal 314 250 214 0 22 37 24 32 47 103
Binary 11001100 10101000 10001100 0 10010 11111 10100 11010 100111 1000011

Color Harmonies of #CCA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA88C

Black with #CCA88C

Text Example


Text Example

White with #CCA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA88C; }

 p { color: rgb(204,168,140); }

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

background-color css

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

 a { background-color: rgb(204,168,140); }

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

border-color css

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

 span { border-color: rgb(204,168,140); }

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