Html Css Color HEX #CA2665 Cerise

📋 copy color: '#CA2665'

red 202 ◦ green 38 ◦ blue 101

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

Shades of Cerise #CA2665

Tints of Cerise #CA2665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.14%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 59.24%
G = 11.14%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2665 (or 0xCA2665) is known color: Cerise. HEX triplet: CA, 26 and 65. RGB value is (202,38,101). Sum of RGB (Red+Green+Blue) = 202+38+101=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2665 is #35D99A. Grayscale: #5E5E5E. Windows color (decimal): -3529115 or 6629066. OLE color: 6629066.

HSL color Cylindrical-coordinate representation of color #CA2665: hue angle of 336.95º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2665 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 101 -
CMYK 0 0.81 0.50 0.21
HSL 336.95º 0.68% 0.47% -
HSV(B) 336.95º 0.81% 0.79% -
XYZ 27.4 14.88 13.74 -
YUV 94.22 131.83 204.88 -
System Red Green Blue C M Y K H S L
Decimal 202 38 101 0 0.81 0.50 0.21 336.95 0.68 0.47
Hex CA 26 65 0 51 32 15 151 44 2F
Octal 312 46 145 0 121 62 25 521 104 57
Binary 11001010 100110 1100101 0 1010001 110010 10101 101010001 1000100 101111

Color Harmonies of #CA2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2665

Black with #CA2665

Text Example


Text Example

White with #CA2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2665; }

 p { color: rgb(202,38,101); }

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

background-color css

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

 a { background-color: rgb(202,38,101); }

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

border-color css

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

 span { border-color: rgb(202,38,101); }

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