Html Css Color HEX #CA3862 Cerise

📋 copy color: '#CA3862'

red 202 ◦ green 56 ◦ blue 98

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

Shades of Cerise #CA3862

Tints of Cerise #CA3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 56.74%
G = 15.73%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA3862 (or 0xCA3862) is known color: Cerise. HEX triplet: CA, 38 and 62. RGB value is (202,56,98). Sum of RGB (Red+Green+Blue) = 202+56+98=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3862 is #35C79D. Grayscale: #686868. Windows color (decimal): -3524510 or 6437066. OLE color: 6437066.

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

Color convert

RGB 202 56 98 -
CMYK 0 0.72 0.51 0.21
HSL 342.74º 0.58% 0.51% -
HSV(B) 342.74º 0.72% 0.79% -
XYZ 27.98 16.27 13.22 -
YUV 104.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 202 56 98 0 0.72 0.51 0.21 342.74 0.58 0.51
Hex CA 38 62 0 48 33 15 157 3A 33
Octal 312 70 142 0 110 63 25 527 72 63
Binary 11001010 111000 1100010 0 1001000 110011 10101 101010111 111010 110011

Color Harmonies of #CA3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3862

Black with #CA3862

Text Example


Text Example

White with #CA3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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