#C3BB7E

Color #C3BB7E Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C3BB7E

Tints of Yuma #C3BB7E

Color information

#C3BB7E (or 0xC3BB7E) is unknown color: approx Yuma. HEX triplet: C3, BB and 7E. RGB value is (195,187,126). Sum of RGB (Red+Green+Blue) = 195+187+126=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BB7E is #3C4481. Grayscale: #B6B6B6. Windows color (decimal): -3949698 or 8305603. OLE color: 8305603.

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

Color convert

RGB195187126-
CMYK00.040.350.24
HSL53.04º36.51%62.94%-
HSV(B)53.04º35.38%76.47%-
XYZ44.0448.6526.81-
YUV182.4496.15136.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=38.39%
G=36.81%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518712600.040.350.2453.0436.5162.94
HexC3BB7E04231835253f
Octal303273176044330654577
Binary11000011101110111111110010010001111000110101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BB7E; }

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

 H1.HeaderClassName
 {
   color: #C3BB7E;
 }
 .AnyTagClassName
 {
   color: #C3BB7E;
 }
</style>
background-color css

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

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

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

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

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

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