Html Css Color HEX #CA386F Cerise

📋 copy color: '#CA386F'

red 202 ◦ green 56 ◦ blue 111

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

Shades of Cerise #CA386F

Tints of Cerise #CA386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 54.74%
G = 15.18%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA386F (or 0xCA386F) is known color: Cerise. HEX triplet: CA, 38 and 6F. RGB value is (202,56,111). Sum of RGB (Red+Green+Blue) = 202+56+111=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA386F is #35C790. Grayscale: #696969. Windows color (decimal): -3524497 or 7289034. OLE color: 7289034.

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

Color convert

RGB 202 56 111 -
CMYK 0 0.72 0.45 0.21
HSL 337.4º 0.58% 0.51% -
HSV(B) 337.4º 0.72% 0.79% -
XYZ 28.64 16.53 16.72 -
YUV 105.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 202 56 111 0 0.72 0.45 0.21 337.4 0.58 0.51
Hex CA 38 6F 0 48 2D 15 151 3A 33
Octal 312 70 157 0 110 55 25 521 72 63
Binary 11001010 111000 1101111 0 1001000 101101 10101 101010001 111010 110011

Color Harmonies of #CA386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA386F

Black with #CA386F

Text Example


Text Example

White with #CA386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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