Html Css Color HEX #CA375D Cerise

📋 copy color: '#CA375D'

red 202 ◦ green 55 ◦ blue 93

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

Shades of Cerise #CA375D

Tints of Cerise #CA375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 57.71%
G = 15.71%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA375D (or 0xCA375D) is known color: Cerise. HEX triplet: CA, 37 and 5D. RGB value is (202,55,93). Sum of RGB (Red+Green+Blue) = 202+55+93=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA375D is #35C8A2. Grayscale: #676767. Windows color (decimal): -3524771 or 6109130. OLE color: 6109130.

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

Color convert

RGB 202 55 93 -
CMYK 0 0.73 0.54 0.21
HSL 344.49º 0.58% 0.5% -
HSV(B) 344.49º 0.73% 0.79% -
XYZ 27.7 16.08 12 -
YUV 103.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 202 55 93 0 0.73 0.54 0.21 344.49 0.58 0.5
Hex CA 37 5D 0 49 36 15 158 3A 32
Octal 312 67 135 0 111 66 25 530 72 62
Binary 11001010 110111 1011101 0 1001001 110110 10101 101011000 111010 110010

Color Harmonies of #CA375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA375D

Black with #CA375D

Text Example


Text Example

White with #CA375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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