#C8CBC6

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

Shades of Surf Crest #C8CBC6

Tints of Surf Crest #C8CBC6

Color information

#C8CBC6 (or 0xC8CBC6) is unknown color: approx Surf Crest. HEX triplet: C8, CB and C6. RGB value is (200,203,198). Sum of RGB (Red+Green+Blue) = 200+203+198=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBC6 is #373439. Grayscale: #C9C9C9. Windows color (decimal): -3617850 or 13028296. OLE color: 13028296.

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

Color convert

RGB200203198-
CMYK0.0100.020.20
HSL96º4.59%78.63%-
HSV(B)96º2.46%79.61%-
XYZ55.3759.0761.91-
YUV201.53126.01126.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 198 (77.73% from 255) = 32.95%
R=33.28%
G=33.78%
B=32.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002031980.0100.020.20964.5978.63
HexC8CBC6102146054f
Octal310313306102241405117
Binary11001000110010111100011010101010011000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBC6; }

 p { color: rgb(200,203,198); }

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

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

 a { background-color: rgb(200,203,198); }

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

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

 span { border-color: rgb(200,203,198); }

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