Html Css Color HEX #CB254B Old Rose

📋 copy color: '#CB254B'

red 203 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #CB254B

Tints of Old Rose #CB254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 64.44%
G = 11.75%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB254B (or 0xCB254B) is known color: Old Rose. HEX triplet: CB, 25 and 4B. RGB value is (203,37,75). Sum of RGB (Red+Green+Blue) = 203+37+75=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB254B is #34DAB4. Grayscale: #5A5A5A. Windows color (decimal): -3463861 or 4924875. OLE color: 4924875.

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

Color convert

RGB 203 37 75 -
CMYK 0 0.82 0.63 0.20
HSL 346.27º 0.69% 0.47% -
HSV(B) 346.27º 0.82% 0.8% -
XYZ 26.56 14.53 8.06 -
YUV 90.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 203 37 75 0 0.82 0.63 0.20 346.27 0.69 0.47
Hex CB 25 4B 0 52 3F 14 15A 45 2F
Octal 313 45 113 0 122 77 24 532 105 57
Binary 11001011 100101 1001011 0 1010010 111111 10100 101011010 1000101 101111

Color Harmonies of #CB254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB254B

Black with #CB254B

Text Example


Text Example

White with #CB254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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