#C8CDC7

Color #C8CDC7 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C8CDC7

Tints of Surf Crest #C8CDC7

Color information

#C8CDC7 (or 0xC8CDC7) is unknown color: approx Surf Crest. HEX triplet: C8, CD and C7. RGB value is (200,205,199). Sum of RGB (Red+Green+Blue) = 200+205+199=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDC7 is #373238. Grayscale: #CACACA. Windows color (decimal): -3617337 or 13094344. OLE color: 13094344.

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

Color convert

RGB200205199-
CMYK0.0200.030.20
HSL110º5.66%79.22%-
HSV(B)110º2.93%80.39%-
XYZ55.9660.0762.68-
YUV202.82125.84125.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=33.11%
G=33.94%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002051990.0200.030.201105.6679.22
HexC8CDC7203146e64f
Octal310315307203241566117
Binary110010001100110111000111100111010011011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDC7; }

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

 H1.HeaderClassName
 {
   color: #C8CDC7;
 }
 .AnyTagClassName
 {
   color: #C8CDC7;
 }
</style>
background-color css

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

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

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

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

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

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