Html Css Color HEX #C2BB95 Coriander

📋 copy color: '#C2BB95'

red 194 ◦ green 187 ◦ blue 149

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

Shades of Coriander #C2BB95

Tints of Coriander #C2BB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 36.6%
G = 35.28%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2BB95 (or 0xC2BB95) is known color: Coriander. HEX triplet: C2, BB and 95. RGB value is (194,187,149). Sum of RGB (Red+Green+Blue) = 194+187+149=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB95 is #3D446A. Grayscale: #B8B8B8. Windows color (decimal): -4015211 or 9812930. OLE color: 9812930.

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

Color convert

RGB 194 187 149 -
CMYK 0 0.04 0.23 0.24
HSL 50.67º 0.27% 0.67% -
HSV(B) 50.67º 0.23% 0.76% -
XYZ 45.44 49.18 35.53 -
YUV 184.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 194 187 149 0 0.04 0.23 0.24 50.67 0.27 0.67
Hex C2 BB 95 0 4 17 18 33 1B 43
Octal 302 273 225 0 4 27 30 63 33 103
Binary 11000010 10111011 10010101 0 100 10111 11000 110011 11011 1000011

Color Harmonies of #C2BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB95

Black with #C2BB95

Text Example


Text Example

White with #C2BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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