#C3CBBF

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

Shades of Surf Crest #C3CBBF

Tints of Surf Crest #C3CBBF

Color information

#C3CBBF (or 0xC3CBBF) is unknown color: approx Surf Crest. HEX triplet: C3, CB and BF. RGB value is (195,203,191). Sum of RGB (Red+Green+Blue) = 195+203+191=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBBF is #3C3440. Grayscale: #C7C7C7. Windows color (decimal): -3945537 or 12569539. OLE color: 12569539.

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

Color convert

RGB195203191-
CMYK0.0400.060.20
HSL100º10.34%77.25%-
HSV(B)100º5.91%79.61%-
XYZ53.2758.0857.69-
YUV199.24123.35124.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 191 (75% from 255) = 32.43%
R=33.11%
G=34.47%
B=32.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952031910.0400.060.2010010.3477.25
HexC3CBBF4061464a4d
Octal3033132774062414412115
Binary110000111100101110111111100011010100110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBBF; }

 p { color: rgb(195,203,191); }

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

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

 a { background-color: rgb(195,203,191); }

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

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

 span { border-color: rgb(195,203,191); }

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