Html Css Color HEX #C2B78E Coriander

📋 copy color: '#C2B78E'

red 194 ◦ green 183 ◦ blue 142

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

Shades of Coriander #C2B78E

Tints of Coriander #C2B78E

RGB

 RED value IS 194 (76.17% from 255) = 37.38%

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 37.38%
G = 35.26%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2B78E (or 0xC2B78E) is known color: Coriander. HEX triplet: C2, B7 and 8E. RGB value is (194,183,142). Sum of RGB (Red+Green+Blue) = 194+183+142=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B78E is #3D4871. Grayscale: #B5B5B5. Windows color (decimal): -4016242 or 9353154. OLE color: 9353154.

HSL color Cylindrical-coordinate representation of color #C2B78E: hue angle of 47.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B78E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 142 -
CMYK 0 0.06 0.27 0.24
HSL 47.31º 0.3% 0.66% -
HSV(B) 47.31º 0.27% 0.76% -
XYZ 44.06 47.29 32.4 -
YUV 181.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 194 183 142 0 0.06 0.27 0.24 47.31 0.3 0.66
Hex C2 B7 8E 0 6 1B 18 2F 1E 42
Octal 302 267 216 0 6 33 30 57 36 102
Binary 11000010 10110111 10001110 0 110 11011 11000 101111 11110 1000010

Color Harmonies of #C2B78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B78E

Black with #C2B78E

Text Example


Text Example

White with #C2B78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B78E; }

 p { color: rgb(194,183,142); }

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

background-color css

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

 a { background-color: rgb(194,183,142); }

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

border-color css

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

 span { border-color: rgb(194,183,142); }

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