Html Css Color HEX #CB5E80 Cranberry

📋 copy color: '#CB5E80'

red 203 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #CB5E80

Tints of Cranberry #CB5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

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

R = 47.76%
G = 22.12%
B = 30.12%

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

#CB5E80 (or 0xCB5E80) is known color: Cranberry. HEX triplet: CB, 5E and 80. RGB value is (203,94,128). Sum of RGB (Red+Green+Blue) = 203+94+128=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E80 is #34A17F. Grayscale: #828282. Windows color (decimal): -3449216 or 8412875. OLE color: 8412875.

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

Color convert

RGB 203 94 128 -
CMYK 0 0.54 0.37 0.20
HSL 341.28º 0.51% 0.58% -
HSV(B) 341.28º 0.54% 0.8% -
XYZ 32.53 22.26 23 -
YUV 130.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 203 94 128 0 0.54 0.37 0.20 341.28 0.51 0.58
Hex CB 5E 80 0 36 25 14 155 33 3A
Octal 313 136 200 0 66 45 24 525 63 72
Binary 11001011 1011110 10000000 0 110110 100101 10100 101010101 110011 111010

Color Harmonies of #CB5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E80

Black with #CB5E80

Text Example


Text Example

White with #CB5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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