Html Css Color HEX #CA265F Cerise

📋 copy color: '#CA265F'

red 202 ◦ green 38 ◦ blue 95

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

Shades of Cerise #CA265F

Tints of Cerise #CA265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 60.3%
G = 11.34%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA265F (or 0xCA265F) is known color: Cerise. HEX triplet: CA, 26 and 5F. RGB value is (202,38,95). Sum of RGB (Red+Green+Blue) = 202+38+95=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA265F is #35D9A0. Grayscale: #5D5D5D. Windows color (decimal): -3529121 or 6235850. OLE color: 6235850.

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

Color convert

RGB 202 38 95 -
CMYK 0 0.81 0.53 0.21
HSL 339.15º 0.68% 0.47% -
HSV(B) 339.15º 0.81% 0.79% -
XYZ 27.12 14.77 12.25 -
YUV 93.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 202 38 95 0 0.81 0.53 0.21 339.15 0.68 0.47
Hex CA 26 5F 0 51 35 15 153 44 2F
Octal 312 46 137 0 121 65 25 523 104 57
Binary 11001010 100110 1011111 0 1010001 110101 10101 101010011 1000100 101111

Color Harmonies of #CA265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA265F

Black with #CA265F

Text Example


Text Example

White with #CA265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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