Html Css Color HEX #CB375B Old Rose

📋 copy color: '#CB375B'

red 203 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #CB375B

Tints of Old Rose #CB375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

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

R = 58.17%
G = 15.76%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB375B (or 0xCB375B) is known color: Old Rose. HEX triplet: CB, 37 and 5B. RGB value is (203,55,91). Sum of RGB (Red+Green+Blue) = 203+55+91=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB375B is #34C8A4. Grayscale: #676767. Windows color (decimal): -3459237 or 5978059. OLE color: 5978059.

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

Color convert

RGB 203 55 91 -
CMYK 0 0.73 0.55 0.20
HSL 345.41º 0.59% 0.51% -
HSV(B) 345.41º 0.73% 0.8% -
XYZ 27.88 16.18 11.55 -
YUV 103.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 203 55 91 0 0.73 0.55 0.20 345.41 0.59 0.51
Hex CB 37 5B 0 49 37 14 159 3B 33
Octal 313 67 133 0 111 67 24 531 73 63
Binary 11001011 110111 1011011 0 1001001 110111 10100 101011001 111011 110011

Color Harmonies of #CB375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB375B

Black with #CB375B

Text Example


Text Example

White with #CB375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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