Html Css Color HEX #C9BA8F Yuma

📋 copy color: '#C9BA8F'

red 201 ◦ green 186 ◦ blue 143

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

Shades of Yuma #C9BA8F

Tints of Yuma #C9BA8F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.09%

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

R = 37.92%
G = 35.09%
B = 26.98%

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

#C9BA8F (or 0xC9BA8F) is known color: Yuma. HEX triplet: C9, BA and 8F. RGB value is (201,186,143). Sum of RGB (Red+Green+Blue) = 201+186+143=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BA8F is #364570. Grayscale: #B9B9B9. Windows color (decimal): -3556721 or 9419465. OLE color: 9419465.

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

Color convert

RGB 201 186 143 -
CMYK 0 0.07 0.29 0.21
HSL 44.48º 0.35% 0.67% -
HSV(B) 44.48º 0.29% 0.79% -
XYZ 46.6 49.52 33.09 -
YUV 185.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 201 186 143 0 0.07 0.29 0.21 44.48 0.35 0.67
Hex C9 BA 8F 0 7 1D 15 2C 23 43
Octal 311 272 217 0 7 35 25 54 43 103
Binary 11001001 10111010 10001111 0 111 11101 10101 101100 100011 1000011

Color Harmonies of #C9BA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA8F

Black with #C9BA8F

Text Example


Text Example

White with #C9BA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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