Html Css Color HEX #CA3365 Cerise

📋 copy color: '#CA3365'

red 202 ◦ green 51 ◦ blue 101

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

Shades of Cerise #CA3365

Tints of Cerise #CA3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 57.06%
G = 14.41%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA3365 (or 0xCA3365) is known color: Cerise. HEX triplet: CA, 33 and 65. RGB value is (202,51,101). Sum of RGB (Red+Green+Blue) = 202+51+101=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3365 is #35CC9A. Grayscale: #656565. Windows color (decimal): -3525787 or 6632394. OLE color: 6632394.

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

Color convert

RGB 202 51 101 -
CMYK 0 0.75 0.50 0.21
HSL 340.13º 0.6% 0.5% -
HSV(B) 340.13º 0.75% 0.79% -
XYZ 27.89 15.86 13.9 -
YUV 101.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 202 51 101 0 0.75 0.50 0.21 340.13 0.6 0.5
Hex CA 33 65 0 4B 32 15 154 3C 32
Octal 312 63 145 0 113 62 25 524 74 62
Binary 11001010 110011 1100101 0 1001011 110010 10101 101010100 111100 110010

Color Harmonies of #CA3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3365

Black with #CA3365

Text Example


Text Example

White with #CA3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3365; }

 p { color: rgb(202,51,101); }

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

background-color css

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

 a { background-color: rgb(202,51,101); }

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

border-color css

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

 span { border-color: rgb(202,51,101); }

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