#C2B788

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

Shades of Yuma #C2B788

Tints of Yuma #C2B788

Color information

#C2B788 (or 0xC2B788) is unknown color: approx Yuma. HEX triplet: C2, B7 and 88. RGB value is (194,183,136). Sum of RGB (Red+Green+Blue) = 194+183+136=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B788 is #3D4877. Grayscale: #B5B5B5. Windows color (decimal): -4016248 or 8959938. OLE color: 8959938.

HSL color Cylindrical-coordinate representation of color #C2B788: hue angle of 48.62º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B788 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194183136-
CMYK00.060.300.24
HSL48.62º32.22%64.71%-
HSV(B)48.62º29.9%76.08%-
XYZ43.6347.1130.09-
YUV180.93102.64137.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=37.82%
G=35.67%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418313600.060.300.2448.6232.2264.71
HexC2B788061E18312041
Octal3022672100636306140101
Binary110000101011011110001000011011110110001100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B788; }

 p { color: rgb(194,183,136); }

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

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

 a { background-color: rgb(194,183,136); }

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

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

 span { border-color: rgb(194,183,136); }

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