Html Css Color HEX #C2B589 Yuma

📋 copy color: '#C2B589'

red 194 ◦ green 181 ◦ blue 137

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

Shades of Yuma #C2B589

Tints of Yuma #C2B589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.76%

R = 37.89%
G = 35.35%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2B589 (or 0xC2B589) is known color: Yuma. HEX triplet: C2, B5 and 89. RGB value is (194,181,137). Sum of RGB (Red+Green+Blue) = 194+181+137=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B589 is #3D4A76. Grayscale: #B4B4B4. Windows color (decimal): -4016759 or 9024962. OLE color: 9024962.

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

Color convert

RGB 194 181 137 -
CMYK 0 0.07 0.29 0.24
HSL 46.32º 0.32% 0.65% -
HSV(B) 46.32º 0.29% 0.76% -
XYZ 43.29 46.32 30.33 -
YUV 179.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 194 181 137 0 0.07 0.29 0.24 46.32 0.32 0.65
Hex C2 B5 89 0 7 1D 18 2E 20 41
Octal 302 265 211 0 7 35 30 56 40 101
Binary 11000010 10110101 10001001 0 111 11101 11000 101110 100000 1000001

Color Harmonies of #C2B589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B589

Black with #C2B589

Text Example


Text Example

White with #C2B589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B589; }

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

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

background-color css

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

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

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

border-color css

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

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

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