Html Css Color HEX #C0BD93 Coriander

📋 copy color: '#C0BD93'

red 192 ◦ green 189 ◦ blue 147

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

Shades of Coriander #C0BD93

Tints of Coriander #C0BD93

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 36.36%
G = 35.8%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0BD93 (or 0xC0BD93) is known color: Coriander. HEX triplet: C0, BD and 93. RGB value is (192,189,147). Sum of RGB (Red+Green+Blue) = 192+189+147=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD93 is #3F426C. Grayscale: #B9B9B9. Windows color (decimal): -4145773 or 9682368. OLE color: 9682368.

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

Color convert

RGB 192 189 147 -
CMYK 0 0.02 0.23 0.25
HSL 56º 0.26% 0.66% -
HSV(B) 56º 0.23% 0.75% -
XYZ 45.2 49.71 34.82 -
YUV 185.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 192 189 147 0 0.02 0.23 0.25 56 0.26 0.66
Hex C0 BD 93 0 2 17 19 38 1A 42
Octal 300 275 223 0 2 27 31 70 32 102
Binary 11000000 10111101 10010011 0 10 10111 11001 111000 11010 1000010

Color Harmonies of #C0BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD93

Black with #C0BD93

Text Example


Text Example

White with #C0BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD93; }

 p { color: rgb(192,189,147); }

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

background-color css

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

 a { background-color: rgb(192,189,147); }

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

border-color css

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

 span { border-color: rgb(192,189,147); }

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