Html Css Color HEX #CA376C Cerise

📋 copy color: '#CA376C'

red 202 ◦ green 55 ◦ blue 108

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

Shades of Cerise #CA376C

Tints of Cerise #CA376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 55.34%
G = 15.07%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA376C (or 0xCA376C) is known color: Cerise. HEX triplet: CA, 37 and 6C. RGB value is (202,55,108). Sum of RGB (Red+Green+Blue) = 202+55+108=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA376C is #35C893. Grayscale: #686868. Windows color (decimal): -3524756 or 7092170. OLE color: 7092170.

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

Color convert

RGB 202 55 108 -
CMYK 0 0.73 0.47 0.21
HSL 338.37º 0.58% 0.5% -
HSV(B) 338.37º 0.73% 0.79% -
XYZ 28.43 16.37 15.85 -
YUV 105 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 202 55 108 0 0.73 0.47 0.21 338.37 0.58 0.5
Hex CA 37 6C 0 49 2F 15 152 3A 32
Octal 312 67 154 0 111 57 25 522 72 62
Binary 11001010 110111 1101100 0 1001001 101111 10101 101010010 111010 110010

Color Harmonies of #CA376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA376C

Black with #CA376C

Text Example


Text Example

White with #CA376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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