Html Css Color HEX #CB276B Cerise

📋 copy color: '#CB276B'

red 203 ◦ green 39 ◦ blue 107

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

Shades of Cerise #CB276B

Tints of Cerise #CB276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.17%

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

R = 58.17%
G = 11.17%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB276B (or 0xCB276B) is known color: Cerise. HEX triplet: CB, 27 and 6B. RGB value is (203,39,107). Sum of RGB (Red+Green+Blue) = 203+39+107=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB276B is #34D894. Grayscale: #5F5F5F. Windows color (decimal): -3463317 or 7022539. OLE color: 7022539.

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

Color convert

RGB 203 39 107 -
CMYK 0 0.81 0.47 0.20
HSL 335.12º 0.68% 0.47% -
HSV(B) 335.12º 0.81% 0.8% -
XYZ 28.01 15.21 15.37 -
YUV 95.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 203 39 107 0 0.81 0.47 0.20 335.12 0.68 0.47
Hex CB 27 6B 0 51 2F 14 14F 44 2F
Octal 313 47 153 0 121 57 24 517 104 57
Binary 11001011 100111 1101011 0 1010001 101111 10100 101001111 1000100 101111

Color Harmonies of #CB276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB276B

Black with #CB276B

Text Example


Text Example

White with #CB276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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