Html Css Color HEX #C2B588 Yuma

📋 copy color: '#C2B588'

red 194 ◦ green 181 ◦ blue 136

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

Shades of Yuma #C2B588

Tints of Yuma #C2B588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 37.96%
G = 35.42%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B588 (or 0xC2B588) is known color: Yuma. HEX triplet: C2, B5 and 88. RGB value is (194,181,136). Sum of RGB (Red+Green+Blue) = 194+181+136=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B588 is #3D4A77. Grayscale: #B3B3B3. Windows color (decimal): -4016760 or 8959426. OLE color: 8959426.

HSL color Cylindrical-coordinate representation of color #C2B588: hue angle of 46.55º 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 #C2B588 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 136 -
CMYK 0 0.07 0.30 0.24
HSL 46.55º 0.32% 0.65% -
HSV(B) 46.55º 0.3% 0.76% -
XYZ 43.22 46.29 29.95 -
YUV 179.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 194 181 136 0 0.07 0.30 0.24 46.55 0.32 0.65
Hex C2 B5 88 0 7 1E 18 2F 20 41
Octal 302 265 210 0 7 36 30 57 40 101
Binary 11000010 10110101 10001000 0 111 11110 11000 101111 100000 1000001

Color Harmonies of #C2B588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B588

Black with #C2B588

Text Example


Text Example

White with #C2B588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B588; }

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

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

background-color css

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

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

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

border-color css

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

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

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