Html Css Color HEX #CA385A Old Rose

📋 copy color: '#CA385A'

red 202 ◦ green 56 ◦ blue 90

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

Shades of Old Rose #CA385A

Tints of Old Rose #CA385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 58.05%
G = 16.09%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA385A (or 0xCA385A) is known color: Old Rose. HEX triplet: CA, 38 and 5A. RGB value is (202,56,90). Sum of RGB (Red+Green+Blue) = 202+56+90=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA385A is #35C7A5. Grayscale: #676767. Windows color (decimal): -3524518 or 5912778. OLE color: 5912778.

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

Color convert

RGB 202 56 90 -
CMYK 0 0.72 0.55 0.21
HSL 346.03º 0.58% 0.51% -
HSV(B) 346.03º 0.72% 0.79% -
XYZ 27.62 16.12 11.33 -
YUV 103.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 202 56 90 0 0.72 0.55 0.21 346.03 0.58 0.51
Hex CA 38 5A 0 48 37 15 15A 3A 33
Octal 312 70 132 0 110 67 25 532 72 63
Binary 11001010 111000 1011010 0 1001000 110111 10101 101011010 111010 110011

Color Harmonies of #CA385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA385A

Black with #CA385A

Text Example


Text Example

White with #CA385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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