Html Css Color HEX #C7D5C2 Surf Crest

📋 copy color: '#C7D5C2'

red 199 ◦ green 213 ◦ blue 194

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

Shades of Surf Crest #C7D5C2

Tints of Surf Crest #C7D5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.15%

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 32.84%
G = 35.15%
B = 32.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#C7D5C2 (or 0xC7D5C2) is known color: Surf Crest. HEX triplet: C7, D5 and C2. RGB value is (199,213,194). Sum of RGB (Red+Green+Blue) = 199+213+194=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5C2 is #382A3D. Grayscale: #CECECE. Windows color (decimal): -3680830 or 12768711. OLE color: 12768711.

HSL color Cylindrical-coordinate representation of color #C7D5C2: hue angle of 104.21º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D5C2 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 194 -
CMYK 0.07 0 0.09 0.16
HSL 104.21º 0.18% 0.8% -
HSV(B) 104.21º 0.09% 0.84% -
XYZ 57.09 63.63 60.31 -
YUV 206.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 199 213 194 0.07 0 0.09 0.16 104.21 0.18 0.8
Hex C7 D5 C2 7 0 9 10 68 12 50
Octal 307 325 302 7 0 11 20 150 22 120
Binary 11000111 11010101 11000010 111 0 1001 10000 1101000 10010 1010000

Color Harmonies of #C7D5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D5C2

Black with #C7D5C2

Text Example


Text Example

White with #C7D5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D5C2; }

 p { color: rgb(199,213,194); }

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

background-color css

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

 a { background-color: rgb(199,213,194); }

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

border-color css

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

 span { border-color: rgb(199,213,194); }

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