Html Css Color HEX #C99E7B Cameo

📋 copy color: '#C99E7B'

red 201 ◦ green 158 ◦ blue 123

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

Shades of Cameo #C99E7B

Tints of Cameo #C99E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 41.7%
G = 32.78%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C99E7B (or 0xC99E7B) is known color: Cameo. HEX triplet: C9, 9E and 7B. RGB value is (201,158,123). Sum of RGB (Red+Green+Blue) = 201+158+123=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E7B is #366184. Grayscale: #A7A7A7. Windows color (decimal): -3563909 or 8101577. OLE color: 8101577.

HSL color Cylindrical-coordinate representation of color #C99E7B: hue angle of 26.92º 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 #C99E7B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 158 123 -
CMYK 0 0.21 0.39 0.21
HSL 26.92º 0.42% 0.64% -
HSV(B) 26.92º 0.39% 0.79% -
XYZ 39.89 38.3 24.03 -
YUV 166.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 201 158 123 0 0.21 0.39 0.21 26.92 0.42 0.64
Hex C9 9E 7B 0 15 27 15 1B 2A 40
Octal 311 236 173 0 25 47 25 33 52 100
Binary 11001001 10011110 1111011 0 10101 100111 10101 11011 101010 1000000

Color Harmonies of #C99E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99E7B

Black with #C99E7B

Text Example


Text Example

White with #C99E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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