Html Css Color HEX #CB3057 Old Rose

📋 copy color: '#CB3057'

red 203 ◦ green 48 ◦ blue 87

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

Shades of Old Rose #CB3057

Tints of Old Rose #CB3057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 60.06%
G = 14.2%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB3057 (or 0xCB3057) is known color: Old Rose. HEX triplet: CB, 30 and 57. RGB value is (203,48,87). Sum of RGB (Red+Green+Blue) = 203+48+87=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3057 is #34CFA8. Grayscale: #626262. Windows color (decimal): -3461033 or 5714123. OLE color: 5714123.

HSL color Cylindrical-coordinate representation of color #CB3057: hue angle of 344.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3057 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 87 -
CMYK 0 0.76 0.57 0.20
HSL 344.9º 0.62% 0.49% -
HSV(B) 344.9º 0.76% 0.8% -
XYZ 27.41 15.5 10.56 -
YUV 98.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 203 48 87 0 0.76 0.57 0.20 344.9 0.62 0.49
Hex CB 30 57 0 4C 39 14 159 3E 31
Octal 313 60 127 0 114 71 24 531 76 61
Binary 11001011 110000 1010111 0 1001100 111001 10100 101011001 111110 110001

Color Harmonies of #CB3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3057

Black with #CB3057

Text Example


Text Example

White with #CB3057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3057; }

 p { color: rgb(203,48,87); }

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

background-color css

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

 a { background-color: rgb(203,48,87); }

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

border-color css

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

 span { border-color: rgb(203,48,87); }

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