Html Css Color HEX #CA385D Cerise

📋 copy color: '#CA385D'

red 202 ◦ green 56 ◦ blue 93

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

Shades of Cerise #CA385D

Tints of Cerise #CA385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 57.55%
G = 15.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA385D (or 0xCA385D) is known color: Cerise. HEX triplet: CA, 38 and 5D. RGB value is (202,56,93). Sum of RGB (Red+Green+Blue) = 202+56+93=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA385D is #35C7A2. Grayscale: #676767. Windows color (decimal): -3524515 or 6109386. OLE color: 6109386.

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

Color convert

RGB 202 56 93 -
CMYK 0 0.72 0.54 0.21
HSL 344.79º 0.58% 0.51% -
HSV(B) 344.79º 0.72% 0.79% -
XYZ 27.75 16.18 12.02 -
YUV 103.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 202 56 93 0 0.72 0.54 0.21 344.79 0.58 0.51
Hex CA 38 5D 0 48 36 15 159 3A 33
Octal 312 70 135 0 110 66 25 531 72 63
Binary 11001010 111000 1011101 0 1001000 110110 10101 101011001 111010 110011

Color Harmonies of #CA385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA385D

Black with #CA385D

Text Example


Text Example

White with #CA385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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