Html Css Color HEX #CB375F Cerise

📋 copy color: '#CB375F'

red 203 ◦ green 55 ◦ blue 95

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

Shades of Cerise #CB375F

Tints of Cerise #CB375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 57.51%
G = 15.58%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB375F (or 0xCB375F) is known color: Cerise. HEX triplet: CB, 37 and 5F. RGB value is (203,55,95). Sum of RGB (Red+Green+Blue) = 203+55+95=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB375F is #34C8A0. Grayscale: #676767. Windows color (decimal): -3459233 or 6240203. OLE color: 6240203.

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

Color convert

RGB 203 55 95 -
CMYK 0 0.73 0.53 0.20
HSL 343.78º 0.59% 0.51% -
HSV(B) 343.78º 0.73% 0.8% -
XYZ 28.06 16.26 12.49 -
YUV 103.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 203 55 95 0 0.73 0.53 0.20 343.78 0.59 0.51
Hex CB 37 5F 0 49 35 14 158 3B 33
Octal 313 67 137 0 111 65 24 530 73 63
Binary 11001011 110111 1011111 0 1001001 110101 10100 101011000 111011 110011

Color Harmonies of #CB375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB375F

Black with #CB375F

Text Example


Text Example

White with #CB375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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