Html Css Color HEX #C2BD88 Coriander

📋 copy color: '#C2BD88'

red 194 ◦ green 189 ◦ blue 136

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

Shades of Coriander #C2BD88

Tints of Coriander #C2BD88

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

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

R = 37.38%
G = 36.42%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2BD88 (or 0xC2BD88) is known color: Coriander. HEX triplet: C2, BD and 88. RGB value is (194,189,136). Sum of RGB (Red+Green+Blue) = 194+189+136=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD88 is #3D4277. Grayscale: #B8B8B8. Windows color (decimal): -4014712 or 8961474. OLE color: 8961474.

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

Color convert

RGB 194 189 136 -
CMYK 0 0.03 0.30 0.24
HSL 54.83º 0.32% 0.65% -
HSV(B) 54.83º 0.3% 0.76% -
XYZ 44.89 49.64 30.51 -
YUV 184.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 194 189 136 0 0.03 0.30 0.24 54.83 0.32 0.65
Hex C2 BD 88 0 3 1E 18 37 20 41
Octal 302 275 210 0 3 36 30 67 40 101
Binary 11000010 10111101 10001000 0 11 11110 11000 110111 100000 1000001

Color Harmonies of #C2BD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD88

Black with #C2BD88

Text Example


Text Example

White with #C2BD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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