Html Css Color HEX #C3B991 Coriander

📋 copy color: '#C3B991'

red 195 ◦ green 185 ◦ blue 145

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

Shades of Coriander #C3B991

Tints of Coriander #C3B991

RGB

 RED value IS 195 (76.56% from 255) = 37.14%

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 145 (57.03% from 255) = 27.62%

R = 37.14%
G = 35.24%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C3B991 (or 0xC3B991) is known color: Coriander. HEX triplet: C3, B9 and 91. RGB value is (195,185,145). Sum of RGB (Red+Green+Blue) = 195+185+145=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B991 is #3C466E. Grayscale: #B7B7B7. Windows color (decimal): -3950191 or 9550275. OLE color: 9550275.

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

Color convert

RGB 195 185 145 -
CMYK 0 0.05 0.26 0.24
HSL 48º 0.29% 0.67% -
HSV(B) 48º 0.26% 0.76% -
XYZ 44.97 48.34 33.75 -
YUV 183.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 195 185 145 0 0.05 0.26 0.24 48 0.29 0.67
Hex C3 B9 91 0 5 1A 18 30 1D 43
Octal 303 271 221 0 5 32 30 60 35 103
Binary 11000011 10111001 10010001 0 101 11010 11000 110000 11101 1000011

Color Harmonies of #C3B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B991

Black with #C3B991

Text Example


Text Example

White with #C3B991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B991; }

 p { color: rgb(195,185,145); }

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

background-color css

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

 a { background-color: rgb(195,185,145); }

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

border-color css

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

 span { border-color: rgb(195,185,145); }

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