Html Css Color HEX #CB276E Cerise

📋 copy color: '#CB276E'

red 203 ◦ green 39 ◦ blue 110

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

Shades of Cerise #CB276E

Tints of Cerise #CB276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 57.67%
G = 11.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB276E (or 0xCB276E) is known color: Cerise. HEX triplet: CB, 27 and 6E. RGB value is (203,39,110). Sum of RGB (Red+Green+Blue) = 203+39+110=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB276E is #34D891. Grayscale: #606060. Windows color (decimal): -3463314 or 7219147. OLE color: 7219147.

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

Color convert

RGB 203 39 110 -
CMYK 0 0.81 0.46 0.20
HSL 334.02º 0.68% 0.47% -
HSV(B) 334.02º 0.81% 0.8% -
XYZ 28.17 15.27 16.22 -
YUV 96.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 203 39 110 0 0.81 0.46 0.20 334.02 0.68 0.47
Hex CB 27 6E 0 51 2E 14 14E 44 2F
Octal 313 47 156 0 121 56 24 516 104 57
Binary 11001011 100111 1101110 0 1010001 101110 10100 101001110 1000100 101111

Color Harmonies of #CB276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB276E

Black with #CB276E

Text Example


Text Example

White with #CB276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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