Html Css Color HEX #C0B58B Coriander

📋 copy color: '#C0B58B'

red 192 ◦ green 181 ◦ blue 139

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

Shades of Coriander #C0B58B

Tints of Coriander #C0B58B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 37.5%
G = 35.35%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0B58B (or 0xC0B58B) is known color: Coriander. HEX triplet: C0, B5 and 8B. RGB value is (192,181,139). Sum of RGB (Red+Green+Blue) = 192+181+139=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B58B is #3F4A74. Grayscale: #B3B3B3. Windows color (decimal): -4147829 or 9156032. OLE color: 9156032.

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

Color convert

RGB 192 181 139 -
CMYK 0 0.06 0.28 0.25
HSL 47.55º 0.3% 0.65% -
HSV(B) 47.55º 0.28% 0.75% -
XYZ 42.92 46.12 31.07 -
YUV 179.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 192 181 139 0 0.06 0.28 0.25 47.55 0.3 0.65
Hex C0 B5 8B 0 6 1C 19 30 1E 41
Octal 300 265 213 0 6 34 31 60 36 101
Binary 11000000 10110101 10001011 0 110 11100 11001 110000 11110 1000001

Color Harmonies of #C0B58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B58B

Black with #C0B58B

Text Example


Text Example

White with #C0B58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B58B; }

 p { color: rgb(192,181,139); }

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

background-color css

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

 a { background-color: rgb(192,181,139); }

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

border-color css

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

 span { border-color: rgb(192,181,139); }

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