Html Css Color HEX #CB1D4D Old Rose

📋 copy color: '#CB1D4D'

red 203 ◦ green 29 ◦ blue 77

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

Shades of Old Rose #CB1D4D

Tints of Old Rose #CB1D4D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 65.7%
G = 9.39%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB1D4D (or 0xCB1D4D) is known color: Old Rose. HEX triplet: CB, 1D and 4D. RGB value is (203,29,77). Sum of RGB (Red+Green+Blue) = 203+29+77=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D4D is #34E2B2. Grayscale: #565656. Windows color (decimal): -3465907 or 5053899. OLE color: 5053899.

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

Color convert

RGB 203 29 77 -
CMYK 0 0.86 0.62 0.20
HSL 343.45º 0.75% 0.45% -
HSV(B) 343.45º 0.86% 0.8% -
XYZ 26.41 14.11 8.35 -
YUV 86.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 203 29 77 0 0.86 0.62 0.20 343.45 0.75 0.45
Hex CB 1D 4D 0 56 3E 14 157 4B 2D
Octal 313 35 115 0 126 76 24 527 113 55
Binary 11001011 11101 1001101 0 1010110 111110 10100 101010111 1001011 101101

Color Harmonies of #CB1D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D4D

Black with #CB1D4D

Text Example


Text Example

White with #CB1D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D4D; }

 p { color: rgb(203,29,77); }

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

background-color css

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

 a { background-color: rgb(203,29,77); }

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

border-color css

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

 span { border-color: rgb(203,29,77); }

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