Html Css Color HEX #C7D4C0 Surf Crest

📋 copy color: '#C7D4C0'

red 199 ◦ green 212 ◦ blue 192

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

Shades of Surf Crest #C7D4C0

Tints of Surf Crest #C7D4C0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

 BLUE value IS 192 (75.39% from 255) = 31.84%

R = 33%
G = 35.16%
B = 31.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#C7D4C0 (or 0xC7D4C0) is known color: Surf Crest. HEX triplet: C7, D4 and C0. RGB value is (199,212,192). Sum of RGB (Red+Green+Blue) = 199+212+192=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D4C0 is #382B3F. Grayscale: #CDCDCD. Windows color (decimal): -3681088 or 12637383. OLE color: 12637383.

HSL color Cylindrical-coordinate representation of color #C7D4C0: hue angle of 99º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D4C0 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 212 192 -
CMYK 0.06 0 0.09 0.17
HSL 99º 0.19% 0.79% -
HSV(B) 99º 0.09% 0.83% -
XYZ 56.61 63.03 59.05 -
YUV 205.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 199 212 192 0.06 0 0.09 0.17 99 0.19 0.79
Hex C7 D4 C0 6 0 9 11 63 13 4F
Octal 307 324 300 6 0 11 21 143 23 117
Binary 11000111 11010100 11000000 110 0 1001 10001 1100011 10011 1001111

Color Harmonies of #C7D4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D4C0

Black with #C7D4C0

Text Example


Text Example

White with #C7D4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D4C0; }

 p { color: rgb(199,212,192); }

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

background-color css

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

 a { background-color: rgb(199,212,192); }

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

border-color css

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

 span { border-color: rgb(199,212,192); }

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