Html Css Color HEX #C9B19F Cashmere

📋 copy color: '#C9B19F'

red 201 ◦ green 177 ◦ blue 159

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

Shades of Cashmere #C9B19F

Tints of Cashmere #C9B19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.96%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 37.43%
G = 32.96%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9B19F (or 0xC9B19F) is known color: Cashmere. HEX triplet: C9, B1 and 9F. RGB value is (201,177,159). Sum of RGB (Red+Green+Blue) = 201+177+159=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B19F is #364E60. Grayscale: #B6B6B6. Windows color (decimal): -3559009 or 10465737. OLE color: 10465737.

HSL color Cylindrical-coordinate representation of color #C9B19F: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B19F is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 177 159 -
CMYK 0 0.12 0.21 0.21
HSL 25.71º 0.28% 0.71% -
HSV(B) 25.71º 0.21% 0.79% -
XYZ 46.07 46.36 39.32 -
YUV 182.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 201 177 159 0 0.12 0.21 0.21 25.71 0.28 0.71
Hex C9 B1 9F 0 C 15 15 1A 1C 47
Octal 311 261 237 0 14 25 25 32 34 107
Binary 11001001 10110001 10011111 0 1100 10101 10101 11010 11100 1000111

Color Harmonies of #C9B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B19F

Black with #C9B19F

Text Example


Text Example

White with #C9B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B19F; }

 p { color: rgb(201,177,159); }

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

background-color css

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

 a { background-color: rgb(201,177,159); }

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

border-color css

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

 span { border-color: rgb(201,177,159); }

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