Html Css Color HEX #CA3061 Cerise

📋 copy color: '#CA3061'

red 202 ◦ green 48 ◦ blue 97

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

Shades of Cerise #CA3061

Tints of Cerise #CA3061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 97 (38.28% from 255) = 27.95%

R = 58.21%
G = 13.83%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA3061 (or 0xCA3061) is known color: Cerise. HEX triplet: CA, 30 and 61. RGB value is (202,48,97). Sum of RGB (Red+Green+Blue) = 202+48+97=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3061 is #35CF9E. Grayscale: #636363. Windows color (decimal): -3526559 or 6369482. OLE color: 6369482.

HSL color Cylindrical-coordinate representation of color #CA3061: hue angle of 340.91º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3061 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 97 -
CMYK 0 0.76 0.52 0.21
HSL 340.91º 0.62% 0.49% -
HSV(B) 340.91º 0.76% 0.79% -
XYZ 27.57 15.53 12.85 -
YUV 99.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 202 48 97 0 0.76 0.52 0.21 340.91 0.62 0.49
Hex CA 30 61 0 4C 34 15 155 3E 31
Octal 312 60 141 0 114 64 25 525 76 61
Binary 11001010 110000 1100001 0 1001100 110100 10101 101010101 111110 110001

Color Harmonies of #CA3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3061

Black with #CA3061

Text Example


Text Example

White with #CA3061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3061; }

 p { color: rgb(202,48,97); }

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

background-color css

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

 a { background-color: rgb(202,48,97); }

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

border-color css

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

 span { border-color: rgb(202,48,97); }

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