Html Css Color HEX #C9BE7C Yuma

📋 copy color: '#C9BE7C'

red 201 ◦ green 190 ◦ blue 124

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

Shades of Yuma #C9BE7C

Tints of Yuma #C9BE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 39.03%
G = 36.89%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9BE7C (or 0xC9BE7C) is known color: Yuma. HEX triplet: C9, BE and 7C. RGB value is (201,190,124). Sum of RGB (Red+Green+Blue) = 201+190+124=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE7C is #364183. Grayscale: #BABABA. Windows color (decimal): -3555716 or 8175305. OLE color: 8175305.

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

Color convert

RGB 201 190 124 -
CMYK 0 0.05 0.38 0.21
HSL 51.43º 0.42% 0.64% -
HSV(B) 51.43º 0.38% 0.79% -
XYZ 46.14 50.7 26.42 -
YUV 185.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 201 190 124 0 0.05 0.38 0.21 51.43 0.42 0.64
Hex C9 BE 7C 0 5 26 15 33 2A 40
Octal 311 276 174 0 5 46 25 63 52 100
Binary 11001001 10111110 1111100 0 101 100110 10101 110011 101010 1000000

Color Harmonies of #C9BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE7C

Black with #C9BE7C

Text Example


Text Example

White with #C9BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE7C; }

 p { color: rgb(201,190,124); }

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

background-color css

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

 a { background-color: rgb(201,190,124); }

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

border-color css

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

 span { border-color: rgb(201,190,124); }

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