Html Css Color HEX #CB314C Old Rose

📋 copy color: '#CB314C'

red 203 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #CB314C

Tints of Old Rose #CB314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 61.89%
G = 14.94%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB314C (or 0xCB314C) is known color: Old Rose. HEX triplet: CB, 31 and 4C. RGB value is (203,49,76). Sum of RGB (Red+Green+Blue) = 203+49+76=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB314C is #34CEB3. Grayscale: #626262. Windows color (decimal): -3460788 or 4993483. OLE color: 4993483.

HSL color Cylindrical-coordinate representation of color #CB314C: hue angle of 349.48º degrees, saturation: 0.61, 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 #CB314C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 76 -
CMYK 0 0.76 0.63 0.20
HSL 349.48º 0.61% 0.49% -
HSV(B) 349.48º 0.76% 0.8% -
XYZ 27.03 15.41 8.39 -
YUV 98.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 203 49 76 0 0.76 0.63 0.20 349.48 0.61 0.49
Hex CB 31 4C 0 4C 3F 14 15D 3D 31
Octal 313 61 114 0 114 77 24 535 75 61
Binary 11001011 110001 1001100 0 1001100 111111 10100 101011101 111101 110001

Color Harmonies of #CB314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB314C

Black with #CB314C

Text Example


Text Example

White with #CB314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB314C; }

 p { color: rgb(203,49,76); }

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

background-color css

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

 a { background-color: rgb(203,49,76); }

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

border-color css

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

 span { border-color: rgb(203,49,76); }

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