Html Css Color HEX #CA366F Cerise

📋 copy color: '#CA366F'

red 202 ◦ green 54 ◦ blue 111

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

Shades of Cerise #CA366F

Tints of Cerise #CA366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 55.04%
G = 14.71%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA366F (or 0xCA366F) is known color: Cerise. HEX triplet: CA, 36 and 6F. RGB value is (202,54,111). Sum of RGB (Red+Green+Blue) = 202+54+111=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA366F is #35C990. Grayscale: #686868. Windows color (decimal): -3525009 or 7288522. OLE color: 7288522.

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

Color convert

RGB 202 54 111 -
CMYK 0 0.73 0.45 0.21
HSL 336.89º 0.58% 0.5% -
HSV(B) 336.89º 0.73% 0.79% -
XYZ 28.55 16.34 16.69 -
YUV 104.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 202 54 111 0 0.73 0.45 0.21 336.89 0.58 0.5
Hex CA 36 6F 0 49 2D 15 151 3A 32
Octal 312 66 157 0 111 55 25 521 72 62
Binary 11001010 110110 1101111 0 1001001 101101 10101 101010001 111010 110010

Color Harmonies of #CA366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA366F

Black with #CA366F

Text Example


Text Example

White with #CA366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA366F; }

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

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

background-color css

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

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

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

border-color css

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

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

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