Html Css Color HEX #CB256F Cerise

📋 copy color: '#CB256F'

red 203 ◦ green 37 ◦ blue 111

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

Shades of Cerise #CB256F

Tints of Cerise #CB256F

RGB

 RED value IS 203 (79.69% from 255) = 57.83%

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

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

R = 57.83%
G = 10.54%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB256F (or 0xCB256F) is known color: Cerise. HEX triplet: CB, 25 and 6F. RGB value is (203,37,111). Sum of RGB (Red+Green+Blue) = 203+37+111=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB256F is #34DA90. Grayscale: #5E5E5E. Windows color (decimal): -3463825 or 7284171. OLE color: 7284171.

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

Color convert

RGB 203 37 111 -
CMYK 0 0.82 0.45 0.20
HSL 333.25º 0.69% 0.47% -
HSV(B) 333.25º 0.82% 0.8% -
XYZ 28.16 15.17 16.48 -
YUV 95.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 203 37 111 0 0.82 0.45 0.20 333.25 0.69 0.47
Hex CB 25 6F 0 52 2D 14 14D 45 2F
Octal 313 45 157 0 122 55 24 515 105 57
Binary 11001011 100101 1101111 0 1010010 101101 10100 101001101 1000101 101111

Color Harmonies of #CB256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB256F

Black with #CB256F

Text Example


Text Example

White with #CB256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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