Html Css Color HEX #CCA88F Cameo

📋 copy color: '#CCA88F'

red 204 ◦ green 168 ◦ blue 143

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

Shades of Cameo #CCA88F

Tints of Cameo #CCA88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 39.61%
G = 32.62%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCA88F (or 0xCCA88F) is known color: Cameo. HEX triplet: CC, A8 and 8F. RGB value is (204,168,143). Sum of RGB (Red+Green+Blue) = 204+168+143=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA88F is #335770. Grayscale: #B0B0B0. Windows color (decimal): -3364721 or 9414860. OLE color: 9414860.

HSL color Cylindrical-coordinate representation of color #CCA88F: hue angle of 24.59º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA88F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 143 -
CMYK 0 0.18 0.30 0.2
HSL 24.59º 0.37% 0.68% -
HSV(B) 24.59º 0.3% 0.8% -
XYZ 43.86 42.83 31.94 -
YUV 175.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 204 168 143 0 0.18 0.30 0.2 24.59 0.37 0.68
Hex CC A8 8F 0 12 1E 14 19 25 44
Octal 314 250 217 0 22 36 24 31 45 104
Binary 11001100 10101000 10001111 0 10010 11110 10100 11001 100101 1000100

Color Harmonies of #CCA88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA88F

Black with #CCA88F

Text Example


Text Example

White with #CCA88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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