Html Css Color HEX #CB5D80 Cranberry

📋 copy color: '#CB5D80'

red 203 ◦ green 93 ◦ blue 128

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

Shades of Cranberry #CB5D80

Tints of Cranberry #CB5D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 47.88%
G = 21.93%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB5D80 (or 0xCB5D80) is known color: Cranberry. HEX triplet: CB, 5D and 80. RGB value is (203,93,128). Sum of RGB (Red+Green+Blue) = 203+93+128=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D80 is #34A27F. Grayscale: #818181. Windows color (decimal): -3449472 or 8412619. OLE color: 8412619.

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

Color convert

RGB 203 93 128 -
CMYK 0 0.54 0.37 0.20
HSL 340.91º 0.51% 0.58% -
HSV(B) 340.91º 0.54% 0.8% -
XYZ 32.44 22.08 22.97 -
YUV 129.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 203 93 128 0 0.54 0.37 0.20 340.91 0.51 0.58
Hex CB 5D 80 0 36 25 14 155 33 3A
Octal 313 135 200 0 66 45 24 525 63 72
Binary 11001011 1011101 10000000 0 110110 100101 10100 101010101 110011 111010

Color Harmonies of #CB5D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D80

Black with #CB5D80

Text Example


Text Example

White with #CB5D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D80; }

 p { color: rgb(203,93,128); }

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

background-color css

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

 a { background-color: rgb(203,93,128); }

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

border-color css

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

 span { border-color: rgb(203,93,128); }

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