Html Css Color HEX #CB256A Cerise

📋 copy color: '#CB256A'

red 203 ◦ green 37 ◦ blue 106

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

Shades of Cerise #CB256A

Tints of Cerise #CB256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 58.67%
G = 10.69%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB256A (or 0xCB256A) is known color: Cerise. HEX triplet: CB, 25 and 6A. RGB value is (203,37,106). Sum of RGB (Red+Green+Blue) = 203+37+106=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB256A is #34DA95. Grayscale: #5E5E5E. Windows color (decimal): -3463830 or 6956491. OLE color: 6956491.

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

Color convert

RGB 203 37 106 -
CMYK 0 0.82 0.48 0.20
HSL 335.06º 0.69% 0.47% -
HSV(B) 335.06º 0.82% 0.8% -
XYZ 27.89 15.06 15.07 -
YUV 94.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 203 37 106 0 0.82 0.48 0.20 335.06 0.69 0.47
Hex CB 25 6A 0 52 30 14 14F 45 2F
Octal 313 45 152 0 122 60 24 517 105 57
Binary 11001011 100101 1101010 0 1010010 110000 10100 101001111 1000101 101111

Color Harmonies of #CB256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB256A

Black with #CB256A

Text Example


Text Example

White with #CB256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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