Html Css Color HEX #CABEC1 Melanie

📋 copy color: '#CABEC1'

red 202 ◦ green 190 ◦ blue 193

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

Shades of Melanie #CABEC1

Tints of Melanie #CABEC1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.48%

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 34.53%
G = 32.48%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CABEC1 (or 0xCABEC1) is known color: Melanie. HEX triplet: CA, BE and C1. RGB value is (202,190,193). Sum of RGB (Red+Green+Blue) = 202+190+193=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC1 is #35413E. Grayscale: #C1C1C1. Windows color (decimal): -3490111 or 12697290. OLE color: 12697290.

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

Color convert

RGB 202 190 193 -
CMYK 0 0.06 0.04 0.21
HSL 345º 0.1% 0.77% -
HSV(B) 345º 0.06% 0.79% -
XYZ 52.4 53.23 57.97 -
YUV 193.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 202 190 193 0 0.06 0.04 0.21 345 0.1 0.77
Hex CA BE C1 0 6 4 15 159 A 4D
Octal 312 276 301 0 6 4 25 531 12 115
Binary 11001010 10111110 11000001 0 110 100 10101 101011001 1010 1001101

Color Harmonies of #CABEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEC1

Black with #CABEC1

Text Example


Text Example

White with #CABEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEC1; }

 p { color: rgb(202,190,193); }

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

background-color css

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

 a { background-color: rgb(202,190,193); }

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

border-color css

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

 span { border-color: rgb(202,190,193); }

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