Html Css Color HEX #C3BB80 Yuma

📋 copy color: '#C3BB80'

red 195 ◦ green 187 ◦ blue 128

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

Shades of Yuma #C3BB80

Tints of Yuma #C3BB80

RGB

 RED value IS 195 (76.56% from 255) = 38.24%

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 38.24%
G = 36.67%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C3BB80 (or 0xC3BB80) is known color: Yuma. HEX triplet: C3, BB and 80. RGB value is (195,187,128). Sum of RGB (Red+Green+Blue) = 195+187+128=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BB80 is #3C447F. Grayscale: #B6B6B6. Windows color (decimal): -3949696 or 8436675. OLE color: 8436675.

HSL color Cylindrical-coordinate representation of color #C3BB80: hue angle of 52.84º degrees, saturation: 0.36, 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 #C3BB80 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 187 128 -
CMYK 0 0.04 0.34 0.24
HSL 52.84º 0.36% 0.63% -
HSV(B) 52.84º 0.34% 0.76% -
XYZ 44.17 48.7 27.49 -
YUV 182.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 195 187 128 0 0.04 0.34 0.24 52.84 0.36 0.63
Hex C3 BB 80 0 4 22 18 35 24 3F
Octal 303 273 200 0 4 42 30 65 44 77
Binary 11000011 10111011 10000000 0 100 100010 11000 110101 100100 111111

Color Harmonies of #C3BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BB80

Black with #C3BB80

Text Example


Text Example

White with #C3BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BB80; }

 p { color: rgb(195,187,128); }

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

background-color css

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

 a { background-color: rgb(195,187,128); }

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

border-color css

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

 span { border-color: rgb(195,187,128); }

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