Html Css Color HEX #CB375E Cerise

📋 copy color: '#CB375E'

red 203 ◦ green 55 ◦ blue 94

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

Shades of Cerise #CB375E

Tints of Cerise #CB375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 57.67%
G = 15.63%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB375E (or 0xCB375E) is known color: Cerise. HEX triplet: CB, 37 and 5E. RGB value is (203,55,94). Sum of RGB (Red+Green+Blue) = 203+55+94=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB375E is #34C8A1. Grayscale: #676767. Windows color (decimal): -3459234 or 6174667. OLE color: 6174667.

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

Color convert

RGB 203 55 94 -
CMYK 0 0.73 0.54 0.20
HSL 344.19º 0.59% 0.51% -
HSV(B) 344.19º 0.73% 0.8% -
XYZ 28.02 16.24 12.25 -
YUV 103.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 203 55 94 0 0.73 0.54 0.20 344.19 0.59 0.51
Hex CB 37 5E 0 49 36 14 158 3B 33
Octal 313 67 136 0 111 66 24 530 73 63
Binary 11001011 110111 1011110 0 1001001 110110 10100 101011000 111011 110011

Color Harmonies of #CB375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB375E

Black with #CB375E

Text Example


Text Example

White with #CB375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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