Html Css Color HEX #CA3362 Cerise

📋 copy color: '#CA3362'

red 202 ◦ green 51 ◦ blue 98

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

Shades of Cerise #CA3362

Tints of Cerise #CA3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.92%

R = 57.55%
G = 14.53%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA3362 (or 0xCA3362) is known color: Cerise. HEX triplet: CA, 33 and 62. RGB value is (202,51,98). Sum of RGB (Red+Green+Blue) = 202+51+98=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3362 is #35CC9D. Grayscale: #656565. Windows color (decimal): -3525790 or 6435786. OLE color: 6435786.

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

Color convert

RGB 202 51 98 -
CMYK 0 0.75 0.51 0.21
HSL 341.32º 0.6% 0.5% -
HSV(B) 341.32º 0.75% 0.79% -
XYZ 27.75 15.81 13.14 -
YUV 101.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 202 51 98 0 0.75 0.51 0.21 341.32 0.6 0.5
Hex CA 33 62 0 4B 33 15 155 3C 32
Octal 312 63 142 0 113 63 25 525 74 62
Binary 11001010 110011 1100010 0 1001011 110011 10101 101010101 111100 110010

Color Harmonies of #CA3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3362

Black with #CA3362

Text Example


Text Example

White with #CA3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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