Html Css Color HEX #CA3866 Cerise

📋 copy color: '#CA3866'

red 202 ◦ green 56 ◦ blue 102

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

Shades of Cerise #CA3866

Tints of Cerise #CA3866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.56%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 56.11%
G = 15.56%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA3866 (or 0xCA3866) is known color: Cerise. HEX triplet: CA, 38 and 66. RGB value is (202,56,102). Sum of RGB (Red+Green+Blue) = 202+56+102=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3866 is #35C799. Grayscale: #686868. Windows color (decimal): -3524506 or 6699210. OLE color: 6699210.

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

Color convert

RGB 202 56 102 -
CMYK 0 0.72 0.50 0.21
HSL 341.1º 0.58% 0.51% -
HSV(B) 341.1º 0.72% 0.79% -
XYZ 28.17 16.34 14.24 -
YUV 104.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 202 56 102 0 0.72 0.50 0.21 341.1 0.58 0.51
Hex CA 38 66 0 48 32 15 155 3A 33
Octal 312 70 146 0 110 62 25 525 72 63
Binary 11001010 111000 1100110 0 1001000 110010 10101 101010101 111010 110011

Color Harmonies of #CA3866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3866

Black with #CA3866

Text Example


Text Example

White with #CA3866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3866; }

 p { color: rgb(202,56,102); }

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

background-color css

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

 a { background-color: rgb(202,56,102); }

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

border-color css

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

 span { border-color: rgb(202,56,102); }

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