Html Css Color HEX #CB3753 Old Rose

📋 copy color: '#CB3753'

red 203 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #CB3753

Tints of Old Rose #CB3753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 59.53%
G = 16.13%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB3753 (or 0xCB3753) is known color: Old Rose. HEX triplet: CB, 37 and 53. RGB value is (203,55,83). Sum of RGB (Red+Green+Blue) = 203+55+83=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3753 is #34C8AC. Grayscale: #666666. Windows color (decimal): -3459245 or 5453771. OLE color: 5453771.

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

Color convert

RGB 203 55 83 -
CMYK 0 0.73 0.59 0.20
HSL 348.65º 0.59% 0.51% -
HSV(B) 348.65º 0.73% 0.8% -
XYZ 27.56 16.05 9.83 -
YUV 102.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 203 55 83 0 0.73 0.59 0.20 348.65 0.59 0.51
Hex CB 37 53 0 49 3B 14 15D 3B 33
Octal 313 67 123 0 111 73 24 535 73 63
Binary 11001011 110111 1010011 0 1001001 111011 10100 101011101 111011 110011

Color Harmonies of #CB3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3753

Black with #CB3753

Text Example


Text Example

White with #CB3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3753; }

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

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

background-color css

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

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

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

border-color css

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

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

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