Html Css Color HEX #C7E1A0 Reef

📋 copy color: '#C7E1A0'

red 199 ◦ green 225 ◦ blue 160

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

Shades of Reef #C7E1A0

Tints of Reef #C7E1A0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.53%

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

R = 34.08%
G = 38.53%
B = 27.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#C7E1A0 (or 0xC7E1A0) is known color: Reef. HEX triplet: C7, E1 and A0. RGB value is (199,225,160). Sum of RGB (Red+Green+Blue) = 199+225+160=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7E1A0 is #381E5F. Grayscale: #D2D2D2. Windows color (decimal): -3677792 or 10543559. OLE color: 10543559.

HSL color Cylindrical-coordinate representation of color #C7E1A0: hue angle of 84º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7E1A0 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 225 160 -
CMYK 0.12 0 0.29 0.12
HSL 84º 0.52% 0.75% -
HSV(B) 84º 0.29% 0.88% -
XYZ 56.82 68.53 43.49 -
YUV 209.82 99.89 120.29 -
System Red Green Blue C M Y K H S L
Decimal 199 225 160 0.12 0 0.29 0.12 84 0.52 0.75
Hex C7 E1 A0 C 0 1D C 54 34 4B
Octal 307 341 240 14 0 35 14 124 64 113
Binary 11000111 11100001 10100000 1100 0 11101 1100 1010100 110100 1001011

Color Harmonies of #C7E1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E1A0

Black with #C7E1A0

Text Example


Text Example

White with #C7E1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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