Html Css Color HEX #CB385A Old Rose

📋 copy color: '#CB385A'

red 203 ◦ green 56 ◦ blue 90

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

Shades of Old Rose #CB385A

Tints of Old Rose #CB385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

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

R = 58.17%
G = 16.05%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB385A (or 0xCB385A) is known color: Old Rose. HEX triplet: CB, 38 and 5A. RGB value is (203,56,90). Sum of RGB (Red+Green+Blue) = 203+56+90=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385A is #34C7A5. Grayscale: #676767. Windows color (decimal): -3458982 or 5912779. OLE color: 5912779.

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

Color convert

RGB 203 56 90 -
CMYK 0 0.72 0.56 0.20
HSL 346.12º 0.59% 0.51% -
HSV(B) 346.12º 0.72% 0.8% -
XYZ 27.89 16.26 11.34 -
YUV 103.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 203 56 90 0 0.72 0.56 0.20 346.12 0.59 0.51
Hex CB 38 5A 0 48 38 14 15A 3B 33
Octal 313 70 132 0 110 70 24 532 73 63
Binary 11001011 111000 1011010 0 1001000 111000 10100 101011010 111011 110011

Color Harmonies of #CB385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB385A

Black with #CB385A

Text Example


Text Example

White with #CB385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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