Html Css Color HEX #C3CABA Tasman

📋 copy color: '#C3CABA'

red 195 ◦ green 202 ◦ blue 186

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

Shades of Tasman #C3CABA

Tints of Tasman #C3CABA

RGB

 RED value IS 195 (76.56% from 255) = 33.45%

 GREEN value IS 202 (79.3% from 255) = 34.65%

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 33.45%
G = 34.65%
B = 31.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C3CABA (or 0xC3CABA) is known color: Tasman. HEX triplet: C3, CA and BA. RGB value is (195,202,186). Sum of RGB (Red+Green+Blue) = 195+202+186=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CABA is #3C3545. Grayscale: #C6C6C6. Windows color (decimal): -3945798 or 12241603. OLE color: 12241603.

HSL color Cylindrical-coordinate representation of color #C3CABA: hue angle of 86.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CABA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 202 186 -
CMYK 0.03 0 0.08 0.21
HSL 86.25º 0.13% 0.76% -
HSV(B) 86.25º 0.08% 0.79% -
XYZ 52.49 57.39 54.76 -
YUV 198.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 195 202 186 0.03 0 0.08 0.21 86.25 0.13 0.76
Hex C3 CA BA 3 0 8 15 56 D 4C
Octal 303 312 272 3 0 10 25 126 15 114
Binary 11000011 11001010 10111010 11 0 1000 10101 1010110 1101 1001100

Color Harmonies of #C3CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CABA

Black with #C3CABA

Text Example


Text Example

White with #C3CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CABA; }

 p { color: rgb(195,202,186); }

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

background-color css

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

 a { background-color: rgb(195,202,186); }

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

border-color css

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

 span { border-color: rgb(195,202,186); }

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