Html Css Color HEX #CCA67F Cameo

📋 copy color: '#CCA67F'

red 204 ◦ green 166 ◦ blue 127

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

Shades of Cameo #CCA67F

Tints of Cameo #CCA67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.55%

R = 41.05%
G = 33.4%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCA67F (or 0xCCA67F) is known color: Cameo. HEX triplet: CC, A6 and 7F. RGB value is (204,166,127). Sum of RGB (Red+Green+Blue) = 204+166+127=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA67F is #335980. Grayscale: #ADADAD. Windows color (decimal): -3365249 or 8365772. OLE color: 8365772.

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

Color convert

RGB 204 166 127 -
CMYK 0 0.19 0.38 0.2
HSL 30.39º 0.43% 0.65% -
HSV(B) 30.39º 0.38% 0.8% -
XYZ 42.37 41.64 25.88 -
YUV 172.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 204 166 127 0 0.19 0.38 0.2 30.39 0.43 0.65
Hex CC A6 7F 0 13 26 14 1E 2B 41
Octal 314 246 177 0 23 46 24 36 53 101
Binary 11001100 10100110 1111111 0 10011 100110 10100 11110 101011 1000001

Color Harmonies of #CCA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA67F

Black with #CCA67F

Text Example


Text Example

White with #CCA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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