Html Css Color HEX #CA3A68 Cerise

📋 copy color: '#CA3A68'

red 202 ◦ green 58 ◦ blue 104

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

Shades of Cerise #CA3A68

Tints of Cerise #CA3A68

RGB

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

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

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

R = 55.49%
G = 15.93%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA3A68 (or 0xCA3A68) is known color: Cerise. HEX triplet: CA, 3A and 68. RGB value is (202,58,104). Sum of RGB (Red+Green+Blue) = 202+58+104=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A68 is #35C597. Grayscale: #6A6A6A. Windows color (decimal): -3523992 or 6830794. OLE color: 6830794.

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

Color convert

RGB 202 58 104 -
CMYK 0 0.71 0.49 0.21
HSL 340.83º 0.58% 0.51% -
HSV(B) 340.83º 0.71% 0.79% -
XYZ 28.37 16.58 14.8 -
YUV 106.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 202 58 104 0 0.71 0.49 0.21 340.83 0.58 0.51
Hex CA 3A 68 0 47 31 15 155 3A 33
Octal 312 72 150 0 107 61 25 525 72 63
Binary 11001010 111010 1101000 0 1000111 110001 10101 101010101 111010 110011

Color Harmonies of #CA3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A68

Black with #CA3A68

Text Example


Text Example

White with #CA3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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