Html Css Color HEX #C9BB8F Yuma

📋 copy color: '#C9BB8F'

red 201 ◦ green 187 ◦ blue 143

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

Shades of Yuma #C9BB8F

Tints of Yuma #C9BB8F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.22%

 BLUE value IS 143 (56.25% from 255) = 26.93%

R = 37.85%
G = 35.22%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9BB8F (or 0xC9BB8F) is known color: Yuma. HEX triplet: C9, BB and 8F. RGB value is (201,187,143). Sum of RGB (Red+Green+Blue) = 201+187+143=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BB8F is #364470. Grayscale: #BABABA. Windows color (decimal): -3556465 or 9419721. OLE color: 9419721.

HSL color Cylindrical-coordinate representation of color #C9BB8F: hue angle of 45.52º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9BB8F is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 187 143 -
CMYK 0 0.07 0.29 0.21
HSL 45.52º 0.35% 0.67% -
HSV(B) 45.52º 0.29% 0.79% -
XYZ 46.82 49.94 33.16 -
YUV 186.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 201 187 143 0 0.07 0.29 0.21 45.52 0.35 0.67
Hex C9 BB 8F 0 7 1D 15 2E 23 43
Octal 311 273 217 0 7 35 25 56 43 103
Binary 11001001 10111011 10001111 0 111 11101 10101 101110 100011 1000011

Color Harmonies of #C9BB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BB8F

Black with #C9BB8F

Text Example


Text Example

White with #C9BB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BB8F; }

 p { color: rgb(201,187,143); }

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

background-color css

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

 a { background-color: rgb(201,187,143); }

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

border-color css

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

 span { border-color: rgb(201,187,143); }

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