Html Css Color HEX #CA256B Cerise

📋 copy color: '#CA256B'

red 202 ◦ green 37 ◦ blue 107

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

Shades of Cerise #CA256B

Tints of Cerise #CA256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 58.38%
G = 10.69%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA256B (or 0xCA256B) is known color: Cerise. HEX triplet: CA, 25 and 6B. RGB value is (202,37,107). Sum of RGB (Red+Green+Blue) = 202+37+107=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA256B is #35DA94. Grayscale: #5E5E5E. Windows color (decimal): -3529365 or 7022026. OLE color: 7022026.

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

Color convert

RGB 202 37 107 -
CMYK 0 0.82 0.47 0.21
HSL 334.55º 0.69% 0.47% -
HSV(B) 334.55º 0.82% 0.79% -
XYZ 27.67 14.94 15.34 -
YUV 94.32 135.16 204.81 -
System Red Green Blue C M Y K H S L
Decimal 202 37 107 0 0.82 0.47 0.21 334.55 0.69 0.47
Hex CA 25 6B 0 52 2F 15 14F 45 2F
Octal 312 45 153 0 122 57 25 517 105 57
Binary 11001010 100101 1101011 0 1010010 101111 10101 101001111 1000101 101111

Color Harmonies of #CA256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA256B

Black with #CA256B

Text Example


Text Example

White with #CA256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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