Html Css Color HEX #CA384F Old Rose

📋 copy color: '#CA384F'

red 202 ◦ green 56 ◦ blue 79

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

Shades of Old Rose #CA384F

Tints of Old Rose #CA384F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 59.94%
G = 16.62%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA384F (or 0xCA384F) is known color: Old Rose. HEX triplet: CA, 38 and 4F. RGB value is (202,56,79). Sum of RGB (Red+Green+Blue) = 202+56+79=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA384F is #35C7B0. Grayscale: #666666. Windows color (decimal): -3524529 or 5191882. OLE color: 5191882.

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

Color convert

RGB 202 56 79 -
CMYK 0 0.72 0.61 0.21
HSL 350.55º 0.58% 0.51% -
HSV(B) 350.55º 0.72% 0.79% -
XYZ 27.18 15.95 9.04 -
YUV 102.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 202 56 79 0 0.72 0.61 0.21 350.55 0.58 0.51
Hex CA 38 4F 0 48 3D 15 15F 3A 33
Octal 312 70 117 0 110 75 25 537 72 63
Binary 11001010 111000 1001111 0 1001000 111101 10101 101011111 111010 110011

Color Harmonies of #CA384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA384F

Black with #CA384F

Text Example


Text Example

White with #CA384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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