Html Css Color HEX #CA3168 Cerise

📋 copy color: '#CA3168'

red 202 ◦ green 49 ◦ blue 104

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

Shades of Cerise #CA3168

Tints of Cerise #CA3168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 56.9%
G = 13.8%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA3168 (or 0xCA3168) is known color: Cerise. HEX triplet: CA, 31 and 68. RGB value is (202,49,104). Sum of RGB (Red+Green+Blue) = 202+49+104=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3168 is #35CE97. Grayscale: #646464. Windows color (decimal): -3526296 or 6828490. OLE color: 6828490.

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

Color convert

RGB 202 49 104 -
CMYK 0 0.76 0.49 0.21
HSL 338.43º 0.61% 0.49% -
HSV(B) 338.43º 0.76% 0.79% -
XYZ 27.95 15.75 14.66 -
YUV 101.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 202 49 104 0 0.76 0.49 0.21 338.43 0.61 0.49
Hex CA 31 68 0 4C 31 15 152 3D 31
Octal 312 61 150 0 114 61 25 522 75 61
Binary 11001010 110001 1101000 0 1001100 110001 10101 101010010 111101 110001

Color Harmonies of #CA3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3168

Black with #CA3168

Text Example


Text Example

White with #CA3168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3168; }

 p { color: rgb(202,49,104); }

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

background-color css

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

 a { background-color: rgb(202,49,104); }

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

border-color css

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

 span { border-color: rgb(202,49,104); }

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