Html Css Color HEX #C9BD8A Yuma

📋 copy color: '#C9BD8A'

red 201 ◦ green 189 ◦ blue 138

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

Shades of Yuma #C9BD8A

Tints of Yuma #C9BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 138 (54.3% from 255) = 26.14%

R = 38.07%
G = 35.8%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9BD8A (or 0xC9BD8A) is known color: Yuma. HEX triplet: C9, BD and 8A. RGB value is (201,189,138). Sum of RGB (Red+Green+Blue) = 201+189+138=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD8A is #364275. Grayscale: #BABABA. Windows color (decimal): -3555958 or 9092553. OLE color: 9092553.

HSL color Cylindrical-coordinate representation of color #C9BD8A: hue angle of 48.57º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9BD8A is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 138 -
CMYK 0 0.06 0.31 0.21
HSL 48.57º 0.37% 0.66% -
HSV(B) 48.57º 0.31% 0.79% -
XYZ 46.87 50.65 31.35 -
YUV 186.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 201 189 138 0 0.06 0.31 0.21 48.57 0.37 0.66
Hex C9 BD 8A 0 6 1F 15 31 25 42
Octal 311 275 212 0 6 37 25 61 45 102
Binary 11001001 10111101 10001010 0 110 11111 10101 110001 100101 1000010

Color Harmonies of #C9BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD8A

Black with #C9BD8A

Text Example


Text Example

White with #C9BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD8A; }

 p { color: rgb(201,189,138); }

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

background-color css

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

 a { background-color: rgb(201,189,138); }

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

border-color css

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

 span { border-color: rgb(201,189,138); }

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