Html Css Color HEX #C2BC81 Yuma

📋 copy color: '#C2BC81'

red 194 ◦ green 188 ◦ blue 129

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

Shades of Yuma #C2BC81

Tints of Yuma #C2BC81

RGB

 RED value IS 194 (76.17% from 255) = 37.96%

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

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 37.96%
G = 36.79%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C2BC81 (or 0xC2BC81) is known color: Yuma. HEX triplet: C2, BC and 81. RGB value is (194,188,129). Sum of RGB (Red+Green+Blue) = 194+188+129=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC81 is #3D437E. Grayscale: #B7B7B7. Windows color (decimal): -4014975 or 8502466. OLE color: 8502466.

HSL color Cylindrical-coordinate representation of color #C2BC81: hue angle of 54.46º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2BC81 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 129 -
CMYK 0 0.03 0.34 0.24
HSL 54.46º 0.35% 0.63% -
HSV(B) 54.46º 0.34% 0.76% -
XYZ 44.19 49.02 27.9 -
YUV 183.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 194 188 129 0 0.03 0.34 0.24 54.46 0.35 0.63
Hex C2 BC 81 0 3 22 18 36 23 3F
Octal 302 274 201 0 3 42 30 66 43 77
Binary 11000010 10111100 10000001 0 11 100010 11000 110110 100011 111111

Color Harmonies of #C2BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC81

Black with #C2BC81

Text Example


Text Example

White with #C2BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC81; }

 p { color: rgb(194,188,129); }

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

background-color css

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

 a { background-color: rgb(194,188,129); }

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

border-color css

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

 span { border-color: rgb(194,188,129); }

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