Html Css Color HEX #C0B68F Coriander

📋 copy color: '#C0B68F'

red 192 ◦ green 182 ◦ blue 143

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

Shades of Coriander #C0B68F

Tints of Coriander #C0B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

 BLUE value IS 143 (56.25% from 255) = 27.66%

R = 37.14%
G = 35.2%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0B68F (or 0xC0B68F) is known color: Coriander. HEX triplet: C0, B6 and 8F. RGB value is (192,182,143). Sum of RGB (Red+Green+Blue) = 192+182+143=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B68F is #3F4970. Grayscale: #B4B4B4. Windows color (decimal): -4147569 or 9418432. OLE color: 9418432.

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

Color convert

RGB 192 182 143 -
CMYK 0 0.05 0.26 0.25
HSL 47.76º 0.28% 0.66% -
HSV(B) 47.76º 0.26% 0.75% -
XYZ 43.42 46.65 32.7 -
YUV 180.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 192 182 143 0 0.05 0.26 0.25 47.76 0.28 0.66
Hex C0 B6 8F 0 5 1A 19 30 1C 42
Octal 300 266 217 0 5 32 31 60 34 102
Binary 11000000 10110110 10001111 0 101 11010 11001 110000 11100 1000010

Color Harmonies of #C0B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B68F

Black with #C0B68F

Text Example


Text Example

White with #C0B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B68F; }

 p { color: rgb(192,182,143); }

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

background-color css

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

 a { background-color: rgb(192,182,143); }

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

border-color css

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

 span { border-color: rgb(192,182,143); }

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