Html Css Color HEX #CB376B Cerise

📋 copy color: '#CB376B'

red 203 ◦ green 55 ◦ blue 107

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

Shades of Cerise #CB376B

Tints of Cerise #CB376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 55.62%
G = 15.07%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB376B (or 0xCB376B) is known color: Cerise. HEX triplet: CB, 37 and 6B. RGB value is (203,55,107). Sum of RGB (Red+Green+Blue) = 203+55+107=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB376B is #34C894. Grayscale: #696969. Windows color (decimal): -3459221 or 7026635. OLE color: 7026635.

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

Color convert

RGB 203 55 107 -
CMYK 0 0.73 0.47 0.20
HSL 338.92º 0.59% 0.51% -
HSV(B) 338.92º 0.73% 0.8% -
XYZ 28.65 16.49 15.58 -
YUV 105.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 203 55 107 0 0.73 0.47 0.20 338.92 0.59 0.51
Hex CB 37 6B 0 49 2F 14 153 3B 33
Octal 313 67 153 0 111 57 24 523 73 63
Binary 11001011 110111 1101011 0 1001001 101111 10100 101010011 111011 110011

Color Harmonies of #CB376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB376B

Black with #CB376B

Text Example


Text Example

White with #CB376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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