Html Css Color HEX #C0BA91 Coriander

📋 copy color: '#C0BA91'

red 192 ◦ green 186 ◦ blue 145

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

Shades of Coriander #C0BA91

Tints of Coriander #C0BA91

RGB

 RED value IS 192 (75.39% from 255) = 36.71%

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

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

R = 36.71%
G = 35.56%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C0BA91 (or 0xC0BA91) is known color: Coriander. HEX triplet: C0, BA and 91. RGB value is (192,186,145). Sum of RGB (Red+Green+Blue) = 192+186+145=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BA91 is #3F456E. Grayscale: #B7B7B7. Windows color (decimal): -4146543 or 9550528. OLE color: 9550528.

HSL color Cylindrical-coordinate representation of color #C0BA91: hue angle of 52.34º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BA91 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 145 -
CMYK 0 0.03 0.24 0.25
HSL 52.34º 0.27% 0.66% -
HSV(B) 52.34º 0.24% 0.75% -
XYZ 44.41 48.37 33.78 -
YUV 183.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 192 186 145 0 0.03 0.24 0.25 52.34 0.27 0.66
Hex C0 BA 91 0 3 18 19 34 1B 42
Octal 300 272 221 0 3 30 31 64 33 102
Binary 11000000 10111010 10010001 0 11 11000 11001 110100 11011 1000010

Color Harmonies of #C0BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA91

Black with #C0BA91

Text Example


Text Example

White with #C0BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA91; }

 p { color: rgb(192,186,145); }

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

background-color css

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

 a { background-color: rgb(192,186,145); }

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

border-color css

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

 span { border-color: rgb(192,186,145); }

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