#C0CCB3

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

Shades of Tasman #C0CCB3

Tints of Tasman #C0CCB3

Color information

#C0CCB3 (or 0xC0CCB3) is unknown color: approx Tasman. HEX triplet: C0, CC and B3. RGB value is (192,204,179). Sum of RGB (Red+Green+Blue) = 192+204+179=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCB3 is #3F334C. Grayscale: #C5C5C5. Windows color (decimal): -4141901 or 11783360. OLE color: 11783360.

HSL color Cylindrical-coordinate representation of color #C0CCB3: hue angle of 88.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CCB3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB192204179-
CMYK0.0600.120.2
HSL88.8º19.69%75.1%-
HSV(B)88.8º12.25%80%-
XYZ51.4757.6551.06-
YUV197.56117.52124.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=33.39%
G=35.48%
B=31.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041790.0600.120.288.819.6975.1
HexC0CCB360C1459144b
Octal30031426360142413124113
Binary11000000110011001011001111001100101001011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCB3; }

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

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

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

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

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

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

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

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