Html Css Color HEX #CB3765 Cerise

📋 copy color: '#CB3765'

red 203 ◦ green 55 ◦ blue 101

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

Shades of Cerise #CB3765

Tints of Cerise #CB3765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 56.55%
G = 15.32%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB3765 (or 0xCB3765) is known color: Cerise. HEX triplet: CB, 37 and 65. RGB value is (203,55,101). Sum of RGB (Red+Green+Blue) = 203+55+101=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3765 is #34C89A. Grayscale: #686868. Windows color (decimal): -3459227 or 6633419. OLE color: 6633419.

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

Color convert

RGB 203 55 101 -
CMYK 0 0.73 0.50 0.20
HSL 341.35º 0.59% 0.51% -
HSV(B) 341.35º 0.73% 0.8% -
XYZ 28.34 16.37 13.98 -
YUV 104.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 203 55 101 0 0.73 0.50 0.20 341.35 0.59 0.51
Hex CB 37 65 0 49 32 14 155 3B 33
Octal 313 67 145 0 111 62 24 525 73 63
Binary 11001011 110111 1100101 0 1001001 110010 10100 101010101 111011 110011

Color Harmonies of #CB3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3765

Black with #CB3765

Text Example


Text Example

White with #CB3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3765; }

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

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

background-color css

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

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

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

border-color css

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

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

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