Html Css Color HEX #C7CDA0 Green Mist

📋 copy color: '#C7CDA0'

red 199 ◦ green 205 ◦ blue 160

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

Shades of Green Mist #C7CDA0

Tints of Green Mist #C7CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.35%

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 35.28%
G = 36.35%
B = 28.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#C7CDA0 (or 0xC7CDA0) is known color: Green Mist. HEX triplet: C7, CD and A0. RGB value is (199,205,160). Sum of RGB (Red+Green+Blue) = 199+205+160=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CDA0 is #38325F. Grayscale: #C6C6C6. Windows color (decimal): -3682912 or 10538439. OLE color: 10538439.

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

Color convert

RGB 199 205 160 -
CMYK 0.03 0 0.22 0.20
HSL 68º 0.31% 0.72% -
HSV(B) 68º 0.22% 0.8% -
XYZ 51.73 58.34 41.79 -
YUV 198.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 199 205 160 0.03 0 0.22 0.20 68 0.31 0.72
Hex C7 CD A0 3 0 16 14 44 1F 48
Octal 307 315 240 3 0 26 24 104 37 110
Binary 11000111 11001101 10100000 11 0 10110 10100 1000100 11111 1001000

Color Harmonies of #C7CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDA0

Black with #C7CDA0

Text Example


Text Example

White with #C7CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDA0; }

 p { color: rgb(199,205,160); }

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

background-color css

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

 a { background-color: rgb(199,205,160); }

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

border-color css

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

 span { border-color: rgb(199,205,160); }

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