Html Css Color HEX #C99D7A Cameo

📋 copy color: '#C99D7A'

red 201 ◦ green 157 ◦ blue 122

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

Shades of Cameo #C99D7A

Tints of Cameo #C99D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 41.88%
G = 32.71%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C99D7A (or 0xC99D7A) is known color: Cameo. HEX triplet: C9, 9D and 7A. RGB value is (201,157,122). Sum of RGB (Red+Green+Blue) = 201+157+122=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D7A is #366285. Grayscale: #A6A6A6. Windows color (decimal): -3564166 or 8035785. OLE color: 8035785.

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

Color convert

RGB 201 157 122 -
CMYK 0 0.22 0.39 0.21
HSL 26.58º 0.42% 0.63% -
HSV(B) 26.58º 0.39% 0.79% -
XYZ 39.66 37.94 23.64 -
YUV 166.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 201 157 122 0 0.22 0.39 0.21 26.58 0.42 0.63
Hex C9 9D 7A 0 16 27 15 1B 2A 3F
Octal 311 235 172 0 26 47 25 33 52 77
Binary 11001001 10011101 1111010 0 10110 100111 10101 11011 101010 111111

Color Harmonies of #C99D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D7A

Black with #C99D7A

Text Example


Text Example

White with #C99D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D7A; }

 p { color: rgb(201,157,122); }

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

background-color css

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

 a { background-color: rgb(201,157,122); }

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

border-color css

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

 span { border-color: rgb(201,157,122); }

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