Html Css Color HEX #C2BB94 Coriander

📋 copy color: '#C2BB94'

red 194 ◦ green 187 ◦ blue 148

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

Shades of Coriander #C2BB94

Tints of Coriander #C2BB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 36.67%
G = 35.35%
B = 27.98%

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

#C2BB94 (or 0xC2BB94) is known color: Coriander. HEX triplet: C2, BB and 94. RGB value is (194,187,148). Sum of RGB (Red+Green+Blue) = 194+187+148=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB94 is #3D446B. Grayscale: #B8B8B8. Windows color (decimal): -4015212 or 9747394. OLE color: 9747394.

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

Color convert

RGB 194 187 148 -
CMYK 0 0.04 0.24 0.24
HSL 50.87º 0.27% 0.67% -
HSV(B) 50.87º 0.24% 0.76% -
XYZ 45.36 49.15 35.11 -
YUV 184.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 194 187 148 0 0.04 0.24 0.24 50.87 0.27 0.67
Hex C2 BB 94 0 4 18 18 33 1B 43
Octal 302 273 224 0 4 30 30 63 33 103
Binary 11000010 10111011 10010100 0 100 11000 11000 110011 11011 1000011

Color Harmonies of #C2BB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB94

Black with #C2BB94

Text Example


Text Example

White with #C2BB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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