Html Css Color HEX #CA3850 Old Rose

📋 copy color: '#CA3850'

red 202 ◦ green 56 ◦ blue 80

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

Shades of Old Rose #CA3850

Tints of Old Rose #CA3850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 59.76%
G = 16.57%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA3850 (or 0xCA3850) is known color: Old Rose. HEX triplet: CA, 38 and 50. RGB value is (202,56,80). Sum of RGB (Red+Green+Blue) = 202+56+80=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3850 is #35C7AF. Grayscale: #666666. Windows color (decimal): -3524528 or 5257418. OLE color: 5257418.

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

Color convert

RGB 202 56 80 -
CMYK 0 0.72 0.60 0.21
HSL 350.14º 0.58% 0.51% -
HSV(B) 350.14º 0.72% 0.79% -
XYZ 27.22 15.96 9.24 -
YUV 102.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 202 56 80 0 0.72 0.60 0.21 350.14 0.58 0.51
Hex CA 38 50 0 48 3C 15 15E 3A 33
Octal 312 70 120 0 110 74 25 536 72 63
Binary 11001010 111000 1010000 0 1001000 111100 10101 101011110 111010 110011

Color Harmonies of #CA3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3850

Black with #CA3850

Text Example


Text Example

White with #CA3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3850; }

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

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

background-color css

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

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

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

border-color css

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

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

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