Html Css Color HEX #CA256F Cerise

📋 copy color: '#CA256F'

red 202 ◦ green 37 ◦ blue 111

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

Shades of Cerise #CA256F

Tints of Cerise #CA256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 57.71%
G = 10.57%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA256F (or 0xCA256F) is known color: Cerise. HEX triplet: CA, 25 and 6F. RGB value is (202,37,111). Sum of RGB (Red+Green+Blue) = 202+37+111=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA256F is #35DA90. Grayscale: #5E5E5E. Windows color (decimal): -3529361 or 7284170. OLE color: 7284170.

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

Color convert

RGB 202 37 111 -
CMYK 0 0.82 0.45 0.21
HSL 333.09º 0.69% 0.47% -
HSV(B) 333.09º 0.82% 0.79% -
XYZ 27.89 15.03 16.47 -
YUV 94.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 202 37 111 0 0.82 0.45 0.21 333.09 0.69 0.47
Hex CA 25 6F 0 52 2D 15 14D 45 2F
Octal 312 45 157 0 122 55 25 515 105 57
Binary 11001010 100101 1101111 0 1010010 101101 10101 101001101 1000101 101111

Color Harmonies of #CA256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA256F

Black with #CA256F

Text Example


Text Example

White with #CA256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA256F; }

 p { color: rgb(202,37,111); }

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

background-color css

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

 a { background-color: rgb(202,37,111); }

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

border-color css

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

 span { border-color: rgb(202,37,111); }

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