Html Css Color HEX #C0BC90 Coriander

📋 copy color: '#C0BC90'

red 192 ◦ green 188 ◦ blue 144

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

Shades of Coriander #C0BC90

Tints of Coriander #C0BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 36.64%
G = 35.88%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C0BC90 (or 0xC0BC90) is known color: Coriander. HEX triplet: C0, BC and 90. RGB value is (192,188,144). Sum of RGB (Red+Green+Blue) = 192+188+144=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BC90 is #3F436F. Grayscale: #B8B8B8. Windows color (decimal): -4146032 or 9485504. OLE color: 9485504.

HSL color Cylindrical-coordinate representation of color #C0BC90: hue angle of 55º 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 #C0BC90 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 144 -
CMYK 0 0.02 0.25 0.25
HSL 55º 0.28% 0.66% -
HSV(B) 55º 0.25% 0.75% -
XYZ 44.76 49.19 33.52 -
YUV 184.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 192 188 144 0 0.02 0.25 0.25 55 0.28 0.66
Hex C0 BC 90 0 2 19 19 37 1C 42
Octal 300 274 220 0 2 31 31 67 34 102
Binary 11000000 10111100 10010000 0 10 11001 11001 110111 11100 1000010

Color Harmonies of #C0BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC90

Black with #C0BC90

Text Example


Text Example

White with #C0BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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