Html Css Color HEX #C0B990 Coriander

📋 copy color: '#C0B990'

red 192 ◦ green 185 ◦ blue 144

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

Shades of Coriander #C0B990

Tints of Coriander #C0B990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 36.85%
G = 35.51%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0B990 (or 0xC0B990) is known color: Coriander. HEX triplet: C0, B9 and 90. RGB value is (192,185,144). Sum of RGB (Red+Green+Blue) = 192+185+144=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B990 is #3F466F. Grayscale: #B6B6B6. Windows color (decimal): -4146800 or 9484736. OLE color: 9484736.

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

Color convert

RGB 192 185 144 -
CMYK 0 0.04 0.25 0.25
HSL 51.25º 0.28% 0.66% -
HSV(B) 51.25º 0.25% 0.75% -
XYZ 44.12 47.92 33.31 -
YUV 182.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 192 185 144 0 0.04 0.25 0.25 51.25 0.28 0.66
Hex C0 B9 90 0 4 19 19 33 1C 42
Octal 300 271 220 0 4 31 31 63 34 102
Binary 11000000 10111001 10010000 0 100 11001 11001 110011 11100 1000010

Color Harmonies of #C0B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B990

Black with #C0B990

Text Example


Text Example

White with #C0B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B990; }

 p { color: rgb(192,185,144); }

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

background-color css

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

 a { background-color: rgb(192,185,144); }

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

border-color css

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

 span { border-color: rgb(192,185,144); }

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