Html Css Color HEX #C9BA7E Yuma

📋 copy color: '#C9BA7E'

red 201 ◦ green 186 ◦ blue 126

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

Shades of Yuma #C9BA7E

Tints of Yuma #C9BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.56%

R = 39.18%
G = 36.26%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9BA7E (or 0xC9BA7E) is known color: Yuma. HEX triplet: C9, BA and 7E. RGB value is (201,186,126). Sum of RGB (Red+Green+Blue) = 201+186+126=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA7E is #364581. Grayscale: #B7B7B7. Windows color (decimal): -3556738 or 8305353. OLE color: 8305353.

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

Color convert

RGB 201 186 126 -
CMYK 0 0.07 0.37 0.21
HSL 48º 0.41% 0.64% -
HSV(B) 48º 0.37% 0.79% -
XYZ 45.41 49.04 26.81 -
YUV 183.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 201 186 126 0 0.07 0.37 0.21 48 0.41 0.64
Hex C9 BA 7E 0 7 25 15 30 29 40
Octal 311 272 176 0 7 45 25 60 51 100
Binary 11001001 10111010 1111110 0 111 100101 10101 110000 101001 1000000

Color Harmonies of #C9BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA7E

Black with #C9BA7E

Text Example


Text Example

White with #C9BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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