Html Css Color HEX #CCA88A Cameo

📋 copy color: '#CCA88A'

red 204 ◦ green 168 ◦ blue 138

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

Shades of Cameo #CCA88A

Tints of Cameo #CCA88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 40%
G = 32.94%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCA88A (or 0xCCA88A) is known color: Cameo. HEX triplet: CC, A8 and 8A. RGB value is (204,168,138). Sum of RGB (Red+Green+Blue) = 204+168+138=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA88A is #335775. Grayscale: #AFAFAF. Windows color (decimal): -3364726 or 9087180. OLE color: 9087180.

HSL color Cylindrical-coordinate representation of color #CCA88A: hue angle of 27.27º 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 #CCA88A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 138 -
CMYK 0 0.18 0.32 0.2
HSL 27.27º 0.39% 0.67% -
HSV(B) 27.27º 0.32% 0.8% -
XYZ 43.49 42.68 29.99 -
YUV 175.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 204 168 138 0 0.18 0.32 0.2 27.27 0.39 0.67
Hex CC A8 8A 0 12 20 14 1B 27 43
Octal 314 250 212 0 22 40 24 33 47 103
Binary 11001100 10101000 10001010 0 10010 100000 10100 11011 100111 1000011

Color Harmonies of #CCA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA88A

Black with #CCA88A

Text Example


Text Example

White with #CCA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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