Html Css Color HEX #CB5982 Cranberry

📋 copy color: '#CB5982'

red 203 ◦ green 89 ◦ blue 130

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

Shades of Cranberry #CB5982

Tints of Cranberry #CB5982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 48.1%
G = 21.09%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB5982 (or 0xCB5982) is known color: Cranberry. HEX triplet: CB, 59 and 82. RGB value is (203,89,130). Sum of RGB (Red+Green+Blue) = 203+89+130=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5982 is #34A67D. Grayscale: #7F7F7F. Windows color (decimal): -3450494 or 8542667. OLE color: 8542667.

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

Color convert

RGB 203 89 130 -
CMYK 0 0.56 0.36 0.20
HSL 338.42º 0.52% 0.57% -
HSV(B) 338.42º 0.56% 0.8% -
XYZ 32.23 21.45 23.56 -
YUV 127.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 203 89 130 0 0.56 0.36 0.20 338.42 0.52 0.57
Hex CB 59 82 0 38 24 14 152 34 39
Octal 313 131 202 0 70 44 24 522 64 71
Binary 11001011 1011001 10000010 0 111000 100100 10100 101010010 110100 111001

Color Harmonies of #CB5982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5982

Black with #CB5982

Text Example


Text Example

White with #CB5982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5982; }

 p { color: rgb(203,89,130); }

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

background-color css

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

 a { background-color: rgb(203,89,130); }

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

border-color css

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

 span { border-color: rgb(203,89,130); }

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