Html Css Color HEX #CA366E Cerise

📋 copy color: '#CA366E'

red 202 ◦ green 54 ◦ blue 110

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

Shades of Cerise #CA366E

Tints of Cerise #CA366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 55.19%
G = 14.75%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA366E (or 0xCA366E) is known color: Cerise. HEX triplet: CA, 36 and 6E. RGB value is (202,54,110). Sum of RGB (Red+Green+Blue) = 202+54+110=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA366E is #35C991. Grayscale: #686868. Windows color (decimal): -3525010 or 7222986. OLE color: 7222986.

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

Color convert

RGB 202 54 110 -
CMYK 0 0.73 0.46 0.21
HSL 337.3º 0.58% 0.5% -
HSV(B) 337.3º 0.73% 0.79% -
XYZ 28.49 16.32 16.4 -
YUV 104.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 202 54 110 0 0.73 0.46 0.21 337.3 0.58 0.5
Hex CA 36 6E 0 49 2E 15 151 3A 32
Octal 312 66 156 0 111 56 25 521 72 62
Binary 11001010 110110 1101110 0 1001001 101110 10101 101010001 111010 110010

Color Harmonies of #CA366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA366E

Black with #CA366E

Text Example


Text Example

White with #CA366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA366E; }

 p { color: rgb(202,54,110); }

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

background-color css

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

 a { background-color: rgb(202,54,110); }

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

border-color css

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

 span { border-color: rgb(202,54,110); }

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