Html Css Color HEX #C9BC90 Yuma

📋 copy color: '#C9BC90'

red 201 ◦ green 188 ◦ blue 144

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

Shades of Yuma #C9BC90

Tints of Yuma #C9BC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.02%

R = 37.71%
G = 35.27%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C9BC90 (or 0xC9BC90) is known color: Yuma. HEX triplet: C9, BC and 90. RGB value is (201,188,144). Sum of RGB (Red+Green+Blue) = 201+188+144=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC90 is #36436F. Grayscale: #BBBBBB. Windows color (decimal): -3556208 or 9485513. OLE color: 9485513.

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

Color convert

RGB 201 188 144 -
CMYK 0 0.06 0.28 0.21
HSL 46.32º 0.35% 0.68% -
HSV(B) 46.32º 0.28% 0.79% -
XYZ 47.1 50.4 33.63 -
YUV 186.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 201 188 144 0 0.06 0.28 0.21 46.32 0.35 0.68
Hex C9 BC 90 0 6 1C 15 2E 23 44
Octal 311 274 220 0 6 34 25 56 43 104
Binary 11001001 10111100 10010000 0 110 11100 10101 101110 100011 1000100

Color Harmonies of #C9BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC90

Black with #C9BC90

Text Example


Text Example

White with #C9BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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