Html Css Color HEX #C9BC8F Yuma

📋 copy color: '#C9BC8F'

red 201 ◦ green 188 ◦ blue 143

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

Shades of Yuma #C9BC8F

Tints of Yuma #C9BC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

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

R = 37.78%
G = 35.34%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9BC8F (or 0xC9BC8F) is known color: Yuma. HEX triplet: C9, BC and 8F. RGB value is (201,188,143). Sum of RGB (Red+Green+Blue) = 201+188+143=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC8F is #364370. Grayscale: #BABABA. Windows color (decimal): -3556209 or 9419977. OLE color: 9419977.

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

Color convert

RGB 201 188 143 -
CMYK 0 0.06 0.29 0.21
HSL 46.55º 0.35% 0.67% -
HSV(B) 46.55º 0.29% 0.79% -
XYZ 47.03 50.37 33.23 -
YUV 186.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 201 188 143 0 0.06 0.29 0.21 46.55 0.35 0.67
Hex C9 BC 8F 0 6 1D 15 2F 23 43
Octal 311 274 217 0 6 35 25 57 43 103
Binary 11001001 10111100 10001111 0 110 11101 10101 101111 100011 1000011

Color Harmonies of #C9BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC8F

Black with #C9BC8F

Text Example


Text Example

White with #C9BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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