Html Css Color HEX #C2B988 Yuma

📋 copy color: '#C2B988'

red 194 ◦ green 185 ◦ blue 136

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

Shades of Yuma #C2B988

Tints of Yuma #C2B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.92%

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

R = 37.67%
G = 35.92%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B988 (or 0xC2B988) is known color: Yuma. HEX triplet: C2, B9 and 88. RGB value is (194,185,136). Sum of RGB (Red+Green+Blue) = 194+185+136=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B988 is #3D4677. Grayscale: #B6B6B6. Windows color (decimal): -4015736 or 8960450. OLE color: 8960450.

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

Color convert

RGB 194 185 136 -
CMYK 0 0.05 0.30 0.24
HSL 50.69º 0.32% 0.65% -
HSV(B) 50.69º 0.3% 0.76% -
XYZ 44.04 47.94 30.23 -
YUV 182.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 194 185 136 0 0.05 0.30 0.24 50.69 0.32 0.65
Hex C2 B9 88 0 5 1E 18 33 20 41
Octal 302 271 210 0 5 36 30 63 40 101
Binary 11000010 10111001 10001000 0 101 11110 11000 110011 100000 1000001

Color Harmonies of #C2B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B988

Black with #C2B988

Text Example


Text Example

White with #C2B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B988; }

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

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

background-color css

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

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

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

border-color css

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

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

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