Html Css Color HEX #C9A17B Cameo

📋 copy color: '#C9A17B'

red 201 ◦ green 161 ◦ blue 123

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

Shades of Cameo #C9A17B

Tints of Cameo #C9A17B

RGB

 RED value IS 201 (78.91% from 255) = 41.44%

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

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

R = 41.44%
G = 33.2%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9A17B (or 0xC9A17B) is known color: Cameo. HEX triplet: C9, A1 and 7B. RGB value is (201,161,123). Sum of RGB (Red+Green+Blue) = 201+161+123=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A17B is #365E84. Grayscale: #A8A8A8. Windows color (decimal): -3563141 or 8102345. OLE color: 8102345.

HSL color Cylindrical-coordinate representation of color #C9A17B: hue angle of 29.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9A17B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 123 -
CMYK 0 0.20 0.39 0.21
HSL 29.23º 0.42% 0.64% -
HSV(B) 29.23º 0.39% 0.79% -
XYZ 40.41 39.34 24.2 -
YUV 168.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 201 161 123 0 0.20 0.39 0.21 29.23 0.42 0.64
Hex C9 A1 7B 0 14 27 15 1D 2A 40
Octal 311 241 173 0 24 47 25 35 52 100
Binary 11001001 10100001 1111011 0 10100 100111 10101 11101 101010 1000000

Color Harmonies of #C9A17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A17B

Black with #C9A17B

Text Example


Text Example

White with #C9A17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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