Html Css Color HEX #CB276D Cerise

📋 copy color: '#CB276D'

red 203 ◦ green 39 ◦ blue 109

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

Shades of Cerise #CB276D

Tints of Cerise #CB276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 57.83%
G = 11.11%
B = 31.05%

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

#CB276D (or 0xCB276D) is known color: Cerise. HEX triplet: CB, 27 and 6D. RGB value is (203,39,109). Sum of RGB (Red+Green+Blue) = 203+39+109=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB276D is #34D892. Grayscale: #5F5F5F. Windows color (decimal): -3463315 or 7153611. OLE color: 7153611.

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

Color convert

RGB 203 39 109 -
CMYK 0 0.81 0.46 0.20
HSL 334.39º 0.68% 0.47% -
HSV(B) 334.39º 0.81% 0.8% -
XYZ 28.11 15.25 15.93 -
YUV 96.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 203 39 109 0 0.81 0.46 0.20 334.39 0.68 0.47
Hex CB 27 6D 0 51 2E 14 14E 44 2F
Octal 313 47 155 0 121 56 24 516 104 57
Binary 11001011 100111 1101101 0 1010001 101110 10100 101001110 1000100 101111

Color Harmonies of #CB276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB276D

Black with #CB276D

Text Example


Text Example

White with #CB276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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