Html Css Color HEX #C0B995 Coriander

📋 copy color: '#C0B995'

red 192 ◦ green 185 ◦ blue 149

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

Shades of Coriander #C0B995

Tints of Coriander #C0B995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.33%

R = 36.5%
G = 35.17%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0B995 (or 0xC0B995) is known color: Coriander. HEX triplet: C0, B9 and 95. RGB value is (192,185,149). Sum of RGB (Red+Green+Blue) = 192+185+149=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B995 is #3F466A. Grayscale: #B7B7B7. Windows color (decimal): -4146795 or 9812416. OLE color: 9812416.

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

Color convert

RGB 192 185 149 -
CMYK 0 0.04 0.22 0.25
HSL 50.23º 0.25% 0.67% -
HSV(B) 50.23º 0.22% 0.75% -
XYZ 44.51 48.07 35.37 -
YUV 182.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 192 185 149 0 0.04 0.22 0.25 50.23 0.25 0.67
Hex C0 B9 95 0 4 16 19 32 19 43
Octal 300 271 225 0 4 26 31 62 31 103
Binary 11000000 10111001 10010101 0 100 10110 11001 110010 11001 1000011

Color Harmonies of #C0B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B995

Black with #C0B995

Text Example


Text Example

White with #C0B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B995; }

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

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

background-color css

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

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

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

border-color css

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

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

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