#C3CDC1

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

Shades of Surf Crest #C3CDC1

Tints of Surf Crest #C3CDC1

Color information

#C3CDC1 (or 0xC3CDC1) is unknown color: approx Surf Crest. HEX triplet: C3, CD and C1. RGB value is (195,205,193). Sum of RGB (Red+Green+Blue) = 195+205+193=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDC1 is #3C323E. Grayscale: #C8C8C8. Windows color (decimal): -3945023 or 12701123. OLE color: 12701123.

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

Color convert

RGB195205193-
CMYK0.0500.060.20
HSL110º10.71%78.04%-
HSV(B)110º5.85%80.39%-
XYZ53.9659.1259.02-
YUV200.64123.69123.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=32.88%
G=34.57%
B=32.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952051930.0500.060.2011010.7178.04
HexC3CDC1506146eb4e
Octal3033153015062415613116
Binary110000111100110111000001101011010100110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDC1; }

 p { color: rgb(195,205,193); }

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

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

 a { background-color: rgb(195,205,193); }

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

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

 span { border-color: rgb(195,205,193); }

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