Html Css Color HEX #C7C194 Coriander

📋 copy color: '#C7C194'

red 199 ◦ green 193 ◦ blue 148

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

Shades of Coriander #C7C194

Tints of Coriander #C7C194

RGB

 RED value IS 199 (78.13% from 255) = 36.85%

 GREEN value IS 193 (75.78% from 255) = 35.74%

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 36.85%
G = 35.74%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C7C194 (or 0xC7C194) is known color: Coriander. HEX triplet: C7, C1 and 94. RGB value is (199,193,148). Sum of RGB (Red+Green+Blue) = 199+193+148=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C194 is #383E6B. Grayscale: #BDBDBD. Windows color (decimal): -3685996 or 9748935. OLE color: 9748935.

HSL color Cylindrical-coordinate representation of color #C7C194: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7C194 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 148 -
CMYK 0 0.03 0.26 0.22
HSL 52.94º 0.31% 0.68% -
HSV(B) 52.94º 0.26% 0.78% -
XYZ 47.97 52.42 35.61 -
YUV 189.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 199 193 148 0 0.03 0.26 0.22 52.94 0.31 0.68
Hex C7 C1 94 0 3 1A 16 35 1F 44
Octal 307 301 224 0 3 32 26 65 37 104
Binary 11000111 11000001 10010100 0 11 11010 10110 110101 11111 1000100

Color Harmonies of #C7C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C194

Black with #C7C194

Text Example


Text Example

White with #C7C194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C194; }

 p { color: rgb(199,193,148); }

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

background-color css

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

 a { background-color: rgb(199,193,148); }

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

border-color css

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

 span { border-color: rgb(199,193,148); }

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