Html Css Color HEX #CA3B68 Cerise

📋 copy color: '#CA3B68'

red 202 ◦ green 59 ◦ blue 104

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

Shades of Cerise #CA3B68

Tints of Cerise #CA3B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.16%

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

R = 55.34%
G = 16.16%
B = 28.49%

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

#CA3B68 (or 0xCA3B68) is known color: Cerise. HEX triplet: CA, 3B and 68. RGB value is (202,59,104). Sum of RGB (Red+Green+Blue) = 202+59+104=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B68 is #35C497. Grayscale: #6A6A6A. Windows color (decimal): -3523736 or 6831050. OLE color: 6831050.

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

Color convert

RGB 202 59 104 -
CMYK 0 0.71 0.49 0.21
HSL 341.12º 0.57% 0.51% -
HSV(B) 341.12º 0.71% 0.79% -
XYZ 28.42 16.68 14.82 -
YUV 106.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 202 59 104 0 0.71 0.49 0.21 341.12 0.57 0.51
Hex CA 3B 68 0 47 31 15 155 39 33
Octal 312 73 150 0 107 61 25 525 71 63
Binary 11001010 111011 1101000 0 1000111 110001 10101 101010101 111001 110011

Color Harmonies of #CA3B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3B68

Black with #CA3B68

Text Example


Text Example

White with #CA3B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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