#CA384E

Color #CA384E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #CA384E

Tints of Old Rose #CA384E

Color information

#CA384E (or 0xCA384E) is unknown color: approx Old Rose. HEX triplet: CA, 38 and 4E. RGB value is (202,56,78). Sum of RGB (Red+Green+Blue) = 202+56+78=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA384E is #35C7B1. Grayscale: #666666. Windows color (decimal): -3524530 or 5126346. OLE color: 5126346.

HSL color Cylindrical-coordinate representation of color #CA384E: hue angle of 350.96º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA384E is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB2025678-
CMYK00.720.610.21
HSL350.96º57.94%50.59%-
HSV(B)350.96º72.28%79.22%-
XYZ27.1515.938.85-
YUV102.16114.37199.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=60.12%
G=16.67%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202567800.720.610.21350.9657.9450.59
HexCA384E0483D1515f3a33
Octal31270116011075255377263
Binary1100101011100010011100100100011110110101101011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA384E; }

 p { color: rgb(202,56,78); }

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

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

 a { background-color: rgb(202,56,78); }

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

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

 span { border-color: rgb(202,56,78); }

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