Html Css Color HEX #CB255A Old Rose

📋 copy color: '#CB255A'

red 203 ◦ green 37 ◦ blue 90

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

Shades of Old Rose #CB255A

Tints of Old Rose #CB255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 61.52%
G = 11.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB255A (or 0xCB255A) is known color: Old Rose. HEX triplet: CB, 25 and 5A. RGB value is (203,37,90). Sum of RGB (Red+Green+Blue) = 203+37+90=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB255A is #34DAA5. Grayscale: #5C5C5C. Windows color (decimal): -3463846 or 5907915. OLE color: 5907915.

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

Color convert

RGB 203 37 90 -
CMYK 0 0.82 0.56 0.20
HSL 340.84º 0.69% 0.47% -
HSV(B) 340.84º 0.82% 0.8% -
XYZ 27.14 14.76 11.09 -
YUV 92.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 203 37 90 0 0.82 0.56 0.20 340.84 0.69 0.47
Hex CB 25 5A 0 52 38 14 155 45 2F
Octal 313 45 132 0 122 70 24 525 105 57
Binary 11001011 100101 1011010 0 1010010 111000 10100 101010101 1000101 101111

Color Harmonies of #CB255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB255A

Black with #CB255A

Text Example


Text Example

White with #CB255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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