Html Css Color HEX #CB255B Old Rose

📋 copy color: '#CB255B'

red 203 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #CB255B

Tints of Old Rose #CB255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 61.33%
G = 11.18%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB255B (or 0xCB255B) is known color: Old Rose. HEX triplet: CB, 25 and 5B. RGB value is (203,37,91). Sum of RGB (Red+Green+Blue) = 203+37+91=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB255B is #34DAA4. Grayscale: #5C5C5C. Windows color (decimal): -3463845 or 5973451. OLE color: 5973451.

HSL color Cylindrical-coordinate representation of color #CB255B: hue angle of 340.48º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB255B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 91 -
CMYK 0 0.82 0.55 0.20
HSL 340.48º 0.69% 0.47% -
HSV(B) 340.48º 0.82% 0.8% -
XYZ 27.18 14.77 11.32 -
YUV 92.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 203 37 91 0 0.82 0.55 0.20 340.48 0.69 0.47
Hex CB 25 5B 0 52 37 14 154 45 2F
Octal 313 45 133 0 122 67 24 524 105 57
Binary 11001011 100101 1011011 0 1010010 110111 10100 101010100 1000101 101111

Color Harmonies of #CB255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB255B

Black with #CB255B

Text Example


Text Example

White with #CB255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB255B; }

 p { color: rgb(203,37,91); }

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

background-color css

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

 a { background-color: rgb(203,37,91); }

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

border-color css

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

 span { border-color: rgb(203,37,91); }

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