Html Css Color HEX #CA3369 Cerise

📋 copy color: '#CA3369'

red 202 ◦ green 51 ◦ blue 105

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

Shades of Cerise #CA3369

Tints of Cerise #CA3369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 56.42%
G = 14.25%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA3369 (or 0xCA3369) is known color: Cerise. HEX triplet: CA, 33 and 69. RGB value is (202,51,105). Sum of RGB (Red+Green+Blue) = 202+51+105=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3369 is #35CC96. Grayscale: #666666. Windows color (decimal): -3525783 or 6894538. OLE color: 6894538.

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

Color convert

RGB 202 51 105 -
CMYK 0 0.75 0.48 0.21
HSL 338.54º 0.6% 0.5% -
HSV(B) 338.54º 0.75% 0.79% -
XYZ 28.09 15.94 14.96 -
YUV 102.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 202 51 105 0 0.75 0.48 0.21 338.54 0.6 0.5
Hex CA 33 69 0 4B 30 15 153 3C 32
Octal 312 63 151 0 113 60 25 523 74 62
Binary 11001010 110011 1101001 0 1001011 110000 10101 101010011 111100 110010

Color Harmonies of #CA3369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3369

Black with #CA3369

Text Example


Text Example

White with #CA3369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3369; }

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

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

background-color css

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

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

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

border-color css

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

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

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