Html Css Color HEX #CCA58F Cameo

📋 copy color: '#CCA58F'

red 204 ◦ green 165 ◦ blue 143

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

Shades of Cameo #CCA58F

Tints of Cameo #CCA58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.23%

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

R = 39.84%
G = 32.23%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCA58F (or 0xCCA58F) is known color: Cameo. HEX triplet: CC, A5 and 8F. RGB value is (204,165,143). Sum of RGB (Red+Green+Blue) = 204+165+143=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58F is #335A70. Grayscale: #AEAEAE. Windows color (decimal): -3365489 or 9414092. OLE color: 9414092.

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

Color convert

RGB 204 165 143 -
CMYK 0 0.19 0.30 0.2
HSL 21.64º 0.37% 0.68% -
HSV(B) 21.64º 0.3% 0.8% -
XYZ 43.31 41.73 31.76 -
YUV 174.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 204 165 143 0 0.19 0.30 0.2 21.64 0.37 0.68
Hex CC A5 8F 0 13 1E 14 16 25 44
Octal 314 245 217 0 23 36 24 26 45 104
Binary 11001100 10100101 10001111 0 10011 11110 10100 10110 100101 1000100

Color Harmonies of #CCA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA58F

Black with #CCA58F

Text Example


Text Example

White with #CCA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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