Html Css Color HEX #CA305D Cerise

📋 copy color: '#CA305D'

red 202 ◦ green 48 ◦ blue 93

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

Shades of Cerise #CA305D

Tints of Cerise #CA305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 58.89%
G = 13.99%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA305D (or 0xCA305D) is known color: Cerise. HEX triplet: CA, 30 and 5D. RGB value is (202,48,93). Sum of RGB (Red+Green+Blue) = 202+48+93=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA305D is #35CFA2. Grayscale: #636363. Windows color (decimal): -3526563 or 6107338. OLE color: 6107338.

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

Color convert

RGB 202 48 93 -
CMYK 0 0.76 0.54 0.21
HSL 342.47º 0.62% 0.49% -
HSV(B) 342.47º 0.76% 0.79% -
XYZ 27.39 15.46 11.9 -
YUV 99.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 202 48 93 0 0.76 0.54 0.21 342.47 0.62 0.49
Hex CA 30 5D 0 4C 36 15 156 3E 31
Octal 312 60 135 0 114 66 25 526 76 61
Binary 11001010 110000 1011101 0 1001100 110110 10101 101010110 111110 110001

Color Harmonies of #CA305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA305D

Black with #CA305D

Text Example


Text Example

White with #CA305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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