Html Css Color HEX #C9BD85 Yuma

📋 copy color: '#C9BD85'

red 201 ◦ green 189 ◦ blue 133

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

Shades of Yuma #C9BD85

Tints of Yuma #C9BD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.43%

R = 38.43%
G = 36.14%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C9BD85 (or 0xC9BD85) is known color: Yuma. HEX triplet: C9, BD and 85. RGB value is (201,189,133). Sum of RGB (Red+Green+Blue) = 201+189+133=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BD85 is #36427A. Grayscale: #BABABA. Windows color (decimal): -3555963 or 8764873. OLE color: 8764873.

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

Color convert

RGB 201 189 133 -
CMYK 0 0.06 0.34 0.21
HSL 49.41º 0.39% 0.65% -
HSV(B) 49.41º 0.34% 0.79% -
XYZ 46.52 50.51 29.49 -
YUV 186.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 201 189 133 0 0.06 0.34 0.21 49.41 0.39 0.65
Hex C9 BD 85 0 6 22 15 31 27 41
Octal 311 275 205 0 6 42 25 61 47 101
Binary 11001001 10111101 10000101 0 110 100010 10101 110001 100111 1000001

Color Harmonies of #C9BD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BD85

Black with #C9BD85

Text Example


Text Example

White with #C9BD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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