#CABEC0

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

Shades of Pink Flare #CABEC0

Tints of Pink Flare #CABEC0

Color information

#CABEC0 (or 0xCABEC0) is unknown color: approx Pink Flare. HEX triplet: CA, BE and C0. RGB value is (202,190,192). Sum of RGB (Red+Green+Blue) = 202+190+192=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC0 is #35413F. Grayscale: #C1C1C1. Windows color (decimal): -3490112 or 12631754. OLE color: 12631754.

HSL color Cylindrical-coordinate representation of color #CABEC0: hue angle of 350º 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 #CABEC0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202190192-
CMYK00.060.050.21
HSL350º10.17%76.86%-
HSV(B)350º5.94%79.22%-
XYZ52.2953.1957.38-
YUV193.82126.98133.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=34.59%
G=32.53%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219019200.060.050.2135010.1776.86
HexCABEC00651515ea4d
Octal3122763000652553612115
Binary11001010101111101100000001101011010110101111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEC0; }

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

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

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

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

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

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

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

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