Html Css Color HEX #CCA17B Cameo

📋 copy color: '#CCA17B'

red 204 ◦ green 161 ◦ blue 123

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

Shades of Cameo #CCA17B

Tints of Cameo #CCA17B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.99%

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 41.8%
G = 32.99%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCA17B (or 0xCCA17B) is known color: Cameo. HEX triplet: CC, A1 and 7B. RGB value is (204,161,123). Sum of RGB (Red+Green+Blue) = 204+161+123=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA17B is #335E84. Grayscale: #A9A9A9. Windows color (decimal): -3366533 or 8102348. OLE color: 8102348.

HSL color Cylindrical-coordinate representation of color #CCA17B: hue angle of 28.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA17B is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 123 -
CMYK 0 0.21 0.40 0.2
HSL 28.15º 0.44% 0.64% -
HSV(B) 28.15º 0.4% 0.8% -
XYZ 41.22 39.76 24.24 -
YUV 169.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 204 161 123 0 0.21 0.40 0.2 28.15 0.44 0.64
Hex CC A1 7B 0 15 28 14 1C 2C 40
Octal 314 241 173 0 25 50 24 34 54 100
Binary 11001100 10100001 1111011 0 10101 101000 10100 11100 101100 1000000

Color Harmonies of #CCA17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA17B

Black with #CCA17B

Text Example


Text Example

White with #CCA17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA17B; }

 p { color: rgb(204,161,123); }

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

background-color css

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

 a { background-color: rgb(204,161,123); }

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

border-color css

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

 span { border-color: rgb(204,161,123); }

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