Html Css Color HEX #C0B58D Coriander

📋 copy color: '#C0B58D'

red 192 ◦ green 181 ◦ blue 141

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

Shades of Coriander #C0B58D

Tints of Coriander #C0B58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 37.35%
G = 35.21%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0B58D (or 0xC0B58D) is known color: Coriander. HEX triplet: C0, B5 and 8D. RGB value is (192,181,141). Sum of RGB (Red+Green+Blue) = 192+181+141=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B58D is #3F4A72. Grayscale: #B3B3B3. Windows color (decimal): -4147827 or 9287104. OLE color: 9287104.

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

Color convert

RGB 192 181 141 -
CMYK 0 0.06 0.27 0.25
HSL 47.06º 0.29% 0.65% -
HSV(B) 47.06º 0.27% 0.75% -
XYZ 43.07 46.18 31.84 -
YUV 179.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 192 181 141 0 0.06 0.27 0.25 47.06 0.29 0.65
Hex C0 B5 8D 0 6 1B 19 2F 1D 41
Octal 300 265 215 0 6 33 31 57 35 101
Binary 11000000 10110101 10001101 0 110 11011 11001 101111 11101 1000001

Color Harmonies of #C0B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B58D

Black with #C0B58D

Text Example


Text Example

White with #C0B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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