Html Css Color HEX #CB256B Cerise

📋 copy color: '#CB256B'

red 203 ◦ green 37 ◦ blue 107

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

Shades of Cerise #CB256B

Tints of Cerise #CB256B

RGB

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

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

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

R = 58.5%
G = 10.66%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB256B (or 0xCB256B) is known color: Cerise. HEX triplet: CB, 25 and 6B. RGB value is (203,37,107). Sum of RGB (Red+Green+Blue) = 203+37+107=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB256B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB256B is #34DA94. Grayscale: #5E5E5E. Windows color (decimal): -3463829 or 7022027. OLE color: 7022027.

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

Color convert

RGB 203 37 107 -
CMYK 0 0.82 0.47 0.20
HSL 334.7º 0.69% 0.47% -
HSV(B) 334.7º 0.82% 0.8% -
XYZ 27.94 15.08 15.35 -
YUV 94.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 203 37 107 0 0.82 0.47 0.20 334.7 0.69 0.47
Hex CB 25 6B 0 52 2F 14 14F 45 2F
Octal 313 45 153 0 122 57 24 517 105 57
Binary 11001011 100101 1101011 0 1010010 101111 10100 101001111 1000101 101111

Color Harmonies of #CB256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB256B

Black with #CB256B

Text Example


Text Example

White with #CB256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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