Html Css Color HEX #C2CCB6 Tasman

📋 copy color: '#C2CCB6'

red 194 ◦ green 204 ◦ blue 182

#C2CCB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tasman #C2CCB6

Tints of Tasman #C2CCB6

RGB

 RED value IS 194 (76.17% from 255) = 33.45%

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 182 (71.48% from 255) = 31.38%

R = 33.45%
G = 35.17%
B = 31.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#C2CCB6 (or 0xC2CCB6) is known color: Tasman. HEX triplet: C2, CC and B6. RGB value is (194,204,182). Sum of RGB (Red+Green+Blue) = 194+204+182=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCB6 is #3D3349. Grayscale: #C6C6C6. Windows color (decimal): -4010826 or 11979970. OLE color: 11979970.

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

Color convert

RGB 194 204 182 -
CMYK 0.05 0 0.11 0.2
HSL 87.27º 0.18% 0.76% -
HSV(B) 87.27º 0.11% 0.8% -
XYZ 52.28 58.03 52.7 -
YUV 198.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 194 204 182 0.05 0 0.11 0.2 87.27 0.18 0.76
Hex C2 CC B6 5 0 B 14 57 12 4C
Octal 302 314 266 5 0 13 24 127 22 114
Binary 11000010 11001100 10110110 101 0 1011 10100 1010111 10010 1001100

Color Harmonies of #C2CCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCB6

Black with #C2CCB6

Text Example


Text Example

White with #C2CCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCB6; }

 p { color: rgb(194,204,182); }

 H1.HeaderClassName
 {
   color: #C2CCB6;
 }
 .AnyTagClassName
 {
   color: #C2CCB6;
 }
</style>

background-color css

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

 a { background-color: rgb(194,204,182); }

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

border-color css

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

 span { border-color: rgb(194,204,182); }

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