Html Css Color HEX #CA3A6D Cerise

📋 copy color: '#CA3A6D'

red 202 ◦ green 58 ◦ blue 109

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

Shades of Cerise #CA3A6D

Tints of Cerise #CA3A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 54.74%
G = 15.72%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA3A6D (or 0xCA3A6D) is known color: Cerise. HEX triplet: CA, 3A and 6D. RGB value is (202,58,109). Sum of RGB (Red+Green+Blue) = 202+58+109=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A6D is #35C592. Grayscale: #6A6A6A. Windows color (decimal): -3523987 or 7158474. OLE color: 7158474.

HSL color Cylindrical-coordinate representation of color #CA3A6D: hue angle of 338.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A6D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 58 109 -
CMYK 0 0.71 0.46 0.21
HSL 338.75º 0.58% 0.51% -
HSV(B) 338.75º 0.71% 0.79% -
XYZ 28.63 16.69 16.18 -
YUV 106.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 202 58 109 0 0.71 0.46 0.21 338.75 0.58 0.51
Hex CA 3A 6D 0 47 2E 15 153 3A 33
Octal 312 72 155 0 107 56 25 523 72 63
Binary 11001010 111010 1101101 0 1000111 101110 10101 101010011 111010 110011

Color Harmonies of #CA3A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A6D

Black with #CA3A6D

Text Example


Text Example

White with #CA3A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A6D; }

 p { color: rgb(202,58,109); }

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

background-color css

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

 a { background-color: rgb(202,58,109); }

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

border-color css

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

 span { border-color: rgb(202,58,109); }

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