Html Css Color HEX #C2BB88 Coriander

📋 copy color: '#C2BB88'

red 194 ◦ green 187 ◦ blue 136

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

Shades of Coriander #C2BB88

Tints of Coriander #C2BB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

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

R = 37.52%
G = 36.17%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2BB88 (or 0xC2BB88) is known color: Coriander. HEX triplet: C2, BB and 88. RGB value is (194,187,136). Sum of RGB (Red+Green+Blue) = 194+187+136=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB88 is #3D4477. Grayscale: #B7B7B7. Windows color (decimal): -4015224 or 8960962. OLE color: 8960962.

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

Color convert

RGB 194 187 136 -
CMYK 0 0.04 0.30 0.24
HSL 52.76º 0.32% 0.65% -
HSV(B) 52.76º 0.3% 0.76% -
XYZ 44.46 48.79 30.37 -
YUV 183.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 194 187 136 0 0.04 0.30 0.24 52.76 0.32 0.65
Hex C2 BB 88 0 4 1E 18 35 20 41
Octal 302 273 210 0 4 36 30 65 40 101
Binary 11000010 10111011 10001000 0 100 11110 11000 110101 100000 1000001

Color Harmonies of #C2BB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB88

Black with #C2BB88

Text Example


Text Example

White with #C2BB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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