Html Css Color HEX #C0B48D Coriander

📋 copy color: '#C0B48D'

red 192 ◦ green 180 ◦ blue 141

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

Shades of Coriander #C0B48D

Tints of Coriander #C0B48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 37.43%
G = 35.09%
B = 27.49%

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

#C0B48D (or 0xC0B48D) is known color: Coriander. HEX triplet: C0, B4 and 8D. RGB value is (192,180,141). Sum of RGB (Red+Green+Blue) = 192+180+141=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B48D is #3F4B72. Grayscale: #B3B3B3. Windows color (decimal): -4148083 or 9286848. OLE color: 9286848.

HSL color Cylindrical-coordinate representation of color #C0B48D: hue angle of 45.88º 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 #C0B48D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 141 -
CMYK 0 0.06 0.27 0.25
HSL 45.88º 0.29% 0.65% -
HSV(B) 45.88º 0.27% 0.75% -
XYZ 42.87 45.77 31.77 -
YUV 179.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 192 180 141 0 0.06 0.27 0.25 45.88 0.29 0.65
Hex C0 B4 8D 0 6 1B 19 2E 1D 41
Octal 300 264 215 0 6 33 31 56 35 101
Binary 11000000 10110100 10001101 0 110 11011 11001 101110 11101 1000001

Color Harmonies of #C0B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B48D

Black with #C0B48D

Text Example


Text Example

White with #C0B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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