#C19CA4

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

Shades of Careys Pink #C19CA4

Tints of Careys Pink #C19CA4

Color information

#C19CA4 (or 0xC19CA4) is unknown color: approx Careys Pink. HEX triplet: C1, 9C and A4. RGB value is (193,156,164). Sum of RGB (Red+Green+Blue) = 193+156+164=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C19CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19CA4 is #3E635B. Grayscale: #A7A7A7. Windows color (decimal): -4088668 or 10788033. OLE color: 10788033.

HSL color Cylindrical-coordinate representation of color #C19CA4: hue angle of 347.03º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19CA4 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB193156164-
CMYK00.190.150.24
HSL347.03º22.98%68.43%-
HSV(B)347.03º19.17%75.69%-
XYZ40.5837.7940.28-
YUV167.98125.76145.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=37.62%
G=30.41%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315616400.190.150.24347.0322.9868.43
HexC19CA4013F1815b1744
Octal301234244023173053327104
Binary110000011001110010100100010011111111000101011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19CA4; }

 p { color: rgb(193,156,164); }

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

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

 a { background-color: rgb(193,156,164); }

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

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

 span { border-color: rgb(193,156,164); }

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