Html Css Color HEX #C2B788 Yuma

📋 copy color: '#C2B788'

red 194 ◦ green 183 ◦ blue 136

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

Shades of Yuma #C2B788

Tints of Yuma #C2B788

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 value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B788 (or 0xC2B788) is known color: 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

RGB 194 183 136 -
CMYK 0 0.06 0.30 0.24
HSL 48.62º 0.32% 0.65% -
HSV(B) 48.62º 0.3% 0.76% -
XYZ 43.63 47.11 30.09 -
YUV 180.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 194 183 136 0 0.06 0.30 0.24 48.62 0.32 0.65
Hex C2 B7 88 0 6 1E 18 31 20 41
Octal 302 267 210 0 6 36 30 61 40 101
Binary 11000010 10110111 10001000 0 110 11110 11000 110001 100000 1000001

Color Harmonies of #C2B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B788

Black with #C2B788

Text Example


Text Example

White with #C2B788

Text Example


Text Example

HTML Codes & Css Web 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>