Html Css Color HEX #CA375E Cerise

📋 copy color: '#CA375E'

red 202 ◦ green 55 ◦ blue 94

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

Shades of Cerise #CA375E

Tints of Cerise #CA375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 57.55%
G = 15.67%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA375E (or 0xCA375E) is known color: Cerise. HEX triplet: CA, 37 and 5E. RGB value is (202,55,94). Sum of RGB (Red+Green+Blue) = 202+55+94=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA375E is #35C8A1. Grayscale: #676767. Windows color (decimal): -3524770 or 6174666. OLE color: 6174666.

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

Color convert

RGB 202 55 94 -
CMYK 0 0.73 0.53 0.21
HSL 344.08º 0.58% 0.5% -
HSV(B) 344.08º 0.73% 0.79% -
XYZ 27.74 16.1 12.23 -
YUV 103.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 202 55 94 0 0.73 0.53 0.21 344.08 0.58 0.5
Hex CA 37 5E 0 49 35 15 158 3A 32
Octal 312 67 136 0 111 65 25 530 72 62
Binary 11001010 110111 1011110 0 1001001 110101 10101 101011000 111010 110010

Color Harmonies of #CA375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA375E

Black with #CA375E

Text Example


Text Example

White with #CA375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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