Html Css Color HEX #C2BB93 Coriander

📋 copy color: '#C2BB93'

red 194 ◦ green 187 ◦ blue 147

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

Shades of Coriander #C2BB93

Tints of Coriander #C2BB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 36.74%
G = 35.42%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2BB93 (or 0xC2BB93) is known color: Coriander. HEX triplet: C2, BB and 93. RGB value is (194,187,147). Sum of RGB (Red+Green+Blue) = 194+187+147=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB93 is #3D446C. Grayscale: #B8B8B8. Windows color (decimal): -4015213 or 9681858. OLE color: 9681858.

HSL color Cylindrical-coordinate representation of color #C2BB93: hue angle of 51.06º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2BB93 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 147 -
CMYK 0 0.04 0.24 0.24
HSL 51.06º 0.28% 0.67% -
HSV(B) 51.06º 0.24% 0.76% -
XYZ 45.28 49.12 34.7 -
YUV 184.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 194 187 147 0 0.04 0.24 0.24 51.06 0.28 0.67
Hex C2 BB 93 0 4 18 18 33 1C 43
Octal 302 273 223 0 4 30 30 63 34 103
Binary 11000010 10111011 10010011 0 100 11000 11000 110011 11100 1000011

Color Harmonies of #C2BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB93

Black with #C2BB93

Text Example


Text Example

White with #C2BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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