#C0D7B3

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

Shades of Surf Crest #C0D7B3

Tints of Surf Crest #C0D7B3

Color information

#C0D7B3 (or 0xC0D7B3) is unknown color: approx Surf Crest. HEX triplet: C0, D7 and B3. RGB value is (192,215,179). Sum of RGB (Red+Green+Blue) = 192+215+179=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7B3 is #3F284C. Grayscale: #CCCCCC. Windows color (decimal): -4139085 or 11786176. OLE color: 11786176.

HSL color Cylindrical-coordinate representation of color #C0D7B3: hue angle of 98.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0D7B3 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB192215179-
CMYK0.1100.170.16
HSL98.33º31.03%77.25%-
HSV(B)98.33º16.74%84.31%-
XYZ54.1863.0651.96-
YUV204.02113.88119.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=32.76%
G=36.69%
B=30.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151790.1100.170.1698.3331.0377.25
HexC0D7B3B01110621f4d
Octal300327263130212014237115
Binary1100000011010111101100111011010001100001100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D7B3; }

 p { color: rgb(192,215,179); }

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

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

 a { background-color: rgb(192,215,179); }

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

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

 span { border-color: rgb(192,215,179); }

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