Html Css Color HEX #CABFC2 Melanie

📋 copy color: '#CABFC2'

red 202 ◦ green 191 ◦ blue 194

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

Shades of Melanie #CABFC2

Tints of Melanie #CABFC2

RGB

 RED value IS 202 (79.3% from 255) = 34.41%

 GREEN value IS 191 (75% from 255) = 32.54%

 BLUE value IS 194 (76.17% from 255) = 33.05%

R = 34.41%
G = 32.54%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CABFC2 (or 0xCABFC2) is known color: Melanie. HEX triplet: CA, BF and C2. RGB value is (202,191,194). Sum of RGB (Red+Green+Blue) = 202+191+194=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFC2 is #35403D. Grayscale: #C2C2C2. Windows color (decimal): -3489854 or 12763082. OLE color: 12763082.

HSL color Cylindrical-coordinate representation of color #CABFC2: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CABFC2 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 191 194 -
CMYK 0 0.05 0.04 0.21
HSL 343.64º 0.09% 0.77% -
HSV(B) 343.64º 0.05% 0.79% -
XYZ 52.73 53.71 58.63 -
YUV 194.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 202 191 194 0 0.05 0.04 0.21 343.64 0.09 0.77
Hex CA BF C2 0 5 4 15 158 9 4D
Octal 312 277 302 0 5 4 25 530 11 115
Binary 11001010 10111111 11000010 0 101 100 10101 101011000 1001 1001101

Color Harmonies of #CABFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFC2

Black with #CABFC2

Text Example


Text Example

White with #CABFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFC2; }

 p { color: rgb(202,191,194); }

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

background-color css

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

 a { background-color: rgb(202,191,194); }

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

border-color css

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

 span { border-color: rgb(202,191,194); }

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