Html Css Color HEX #C9BC8C Yuma

📋 copy color: '#C9BC8C'

red 201 ◦ green 188 ◦ blue 140

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

Shades of Yuma #C9BC8C

Tints of Yuma #C9BC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.47%

R = 38%
G = 35.54%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9BC8C (or 0xC9BC8C) is known color: Yuma. HEX triplet: C9, BC and 8C. RGB value is (201,188,140). Sum of RGB (Red+Green+Blue) = 201+188+140=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BC8C is #364373. Grayscale: #BABABA. Windows color (decimal): -3556212 or 9223369. OLE color: 9223369.

HSL color Cylindrical-coordinate representation of color #C9BC8C: hue angle of 47.21º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9BC8C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 140 -
CMYK 0 0.06 0.30 0.21
HSL 47.21º 0.36% 0.67% -
HSV(B) 47.21º 0.3% 0.79% -
XYZ 46.8 50.28 32.05 -
YUV 186.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 201 188 140 0 0.06 0.30 0.21 47.21 0.36 0.67
Hex C9 BC 8C 0 6 1E 15 2F 24 43
Octal 311 274 214 0 6 36 25 57 44 103
Binary 11001001 10111100 10001100 0 110 11110 10101 101111 100100 1000011

Color Harmonies of #C9BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC8C

Black with #C9BC8C

Text Example


Text Example

White with #C9BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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