#C0CDB8

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

Shades of Surf Crest #C0CDB8

Tints of Surf Crest #C0CDB8

Color information

#C0CDB8 (or 0xC0CDB8) is unknown color: approx Surf Crest. HEX triplet: C0, CD and B8. RGB value is (192,205,184). Sum of RGB (Red+Green+Blue) = 192+205+184=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDB8 is #3F3247. Grayscale: #C6C6C6. Windows color (decimal): -4141640 or 12111296. OLE color: 12111296.

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

Color convert

RGB192205184-
CMYK0.0600.100.20
HSL97.14º17.36%76.27%-
HSV(B)97.14º10.24%80.39%-
XYZ52.2258.3353.85-
YUV198.72119.69123.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 184 (72.27% from 255) = 31.67%
R=33.05%
G=35.28%
B=31.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051840.0600.100.2097.1417.3676.27
HexC0CDB860A1461114c
Octal30031527060122414121114
Binary11000000110011011011100011001010101001100001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDB8; }

 p { color: rgb(192,205,184); }

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

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

 a { background-color: rgb(192,205,184); }

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

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

 span { border-color: rgb(192,205,184); }

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