Html Css Color HEX #C3BA92 Coriander

📋 copy color: '#C3BA92'

red 195 ◦ green 186 ◦ blue 146

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

Shades of Coriander #C3BA92

Tints of Coriander #C3BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 37%
G = 35.29%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3BA92 (or 0xC3BA92) is known color: Coriander. HEX triplet: C3, BA and 92. RGB value is (195,186,146). Sum of RGB (Red+Green+Blue) = 195+186+146=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BA92 is #3C456D. Grayscale: #B8B8B8. Windows color (decimal): -3949934 or 9616067. OLE color: 9616067.

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

Color convert

RGB 195 186 146 -
CMYK 0 0.05 0.25 0.24
HSL 48.98º 0.29% 0.67% -
HSV(B) 48.98º 0.25% 0.76% -
XYZ 45.25 48.8 34.23 -
YUV 184.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 195 186 146 0 0.05 0.25 0.24 48.98 0.29 0.67
Hex C3 BA 92 0 5 19 18 31 1D 43
Octal 303 272 222 0 5 31 30 61 35 103
Binary 11000011 10111010 10010010 0 101 11001 11000 110001 11101 1000011

Color Harmonies of #C3BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA92

Black with #C3BA92

Text Example


Text Example

White with #C3BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA92; }

 p { color: rgb(195,186,146); }

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

background-color css

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

 a { background-color: rgb(195,186,146); }

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

border-color css

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

 span { border-color: rgb(195,186,146); }

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