Html Css Color HEX #CB5079 Cranberry

📋 copy color: '#CB5079'

red 203 ◦ green 80 ◦ blue 121

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

Shades of Cranberry #CB5079

Tints of Cranberry #CB5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

 BLUE value IS 121 (47.66% from 255) = 29.95%

R = 50.25%
G = 19.8%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB5079 (or 0xCB5079) is known color: Cranberry. HEX triplet: CB, 50 and 79. RGB value is (203,80,121). Sum of RGB (Red+Green+Blue) = 203+80+121=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5079 is #34AF86. Grayscale: #797979. Windows color (decimal): -3452807 or 7950539. OLE color: 7950539.

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

Color convert

RGB 203 80 121 -
CMYK 0 0.61 0.40 0.20
HSL 340º 0.54% 0.55% -
HSV(B) 340º 0.61% 0.8% -
XYZ 30.95 19.81 20.28 -
YUV 121.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 203 80 121 0 0.61 0.40 0.20 340 0.54 0.55
Hex CB 50 79 0 3D 28 14 154 36 37
Octal 313 120 171 0 75 50 24 524 66 67
Binary 11001011 1010000 1111001 0 111101 101000 10100 101010100 110110 110111

Color Harmonies of #CB5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5079

Black with #CB5079

Text Example


Text Example

White with #CB5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5079; }

 p { color: rgb(203,80,121); }

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

background-color css

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

 a { background-color: rgb(203,80,121); }

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

border-color css

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

 span { border-color: rgb(203,80,121); }

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