#C8CBC7

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

Shades of Surf Crest #C8CBC7

Tints of Surf Crest #C8CBC7

Color information

#C8CBC7 (or 0xC8CBC7) is unknown color: approx Surf Crest. HEX triplet: C8, CB and C7. RGB value is (200,203,199). Sum of RGB (Red+Green+Blue) = 200+203+199=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBC7 is #373438. Grayscale: #C9C9C9. Windows color (decimal): -3617849 or 13093832. OLE color: 13093832.

HSL color Cylindrical-coordinate representation of color #C8CBC7: hue angle of 105º degrees, saturation: 0.04, 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 #C8CBC7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB200203199-
CMYK0.0100.020.20
HSL105º3.7%78.82%-
HSV(B)105º1.97%79.61%-
XYZ55.4859.1162.52-
YUV201.65126.51126.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.22%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 199 (78.12% from 255) = 33.06%
R=33.22%
G=33.72%
B=33.06%

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
Decimal2002031990.0100.020.201053.778.82
HexC8CBC7102146944f
Octal310313307102241514117
Binary11001000110010111100011110101010011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBC7; }

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

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

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

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

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

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

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

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