Html Css Color HEX #CB286B Cerise

📋 copy color: '#CB286B'

red 203 ◦ green 40 ◦ blue 107

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

Shades of Cerise #CB286B

Tints of Cerise #CB286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 58%
G = 11.43%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB286B (or 0xCB286B) is known color: Cerise. HEX triplet: CB, 28 and 6B. RGB value is (203,40,107). Sum of RGB (Red+Green+Blue) = 203+40+107=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB286B is #34D794. Grayscale: #606060. Windows color (decimal): -3463061 or 7022795. OLE color: 7022795.

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

Color convert

RGB 203 40 107 -
CMYK 0 0.80 0.47 0.20
HSL 335.34º 0.67% 0.48% -
HSV(B) 335.34º 0.8% 0.8% -
XYZ 28.04 15.28 15.38 -
YUV 96.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 203 40 107 0 0.80 0.47 0.20 335.34 0.67 0.48
Hex CB 28 6B 0 50 2F 14 14F 43 30
Octal 313 50 153 0 120 57 24 517 103 60
Binary 11001011 101000 1101011 0 1010000 101111 10100 101001111 1000011 110000

Color Harmonies of #CB286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB286B

Black with #CB286B

Text Example


Text Example

White with #CB286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB286B; }

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

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

background-color css

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

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

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

border-color css

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

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

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