Html Css Color HEX #CB5983 Cranberry

📋 copy color: '#CB5983'

red 203 ◦ green 89 ◦ blue 131

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

Shades of Cranberry #CB5983

Tints of Cranberry #CB5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 47.99%
G = 21.04%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB5983 (or 0xCB5983) is known color: Cranberry. HEX triplet: CB, 59 and 83. RGB value is (203,89,131). Sum of RGB (Red+Green+Blue) = 203+89+131=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5983 is #34A67C. Grayscale: #7F7F7F. Windows color (decimal): -3450493 or 8608203. OLE color: 8608203.

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

Color convert

RGB 203 89 131 -
CMYK 0 0.56 0.35 0.20
HSL 337.89º 0.52% 0.57% -
HSV(B) 337.89º 0.56% 0.8% -
XYZ 32.3 21.48 23.92 -
YUV 127.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 203 89 131 0 0.56 0.35 0.20 337.89 0.52 0.57
Hex CB 59 83 0 38 23 14 152 34 39
Octal 313 131 203 0 70 43 24 522 64 71
Binary 11001011 1011001 10000011 0 111000 100011 10100 101010010 110100 111001

Color Harmonies of #CB5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5983

Black with #CB5983

Text Example


Text Example

White with #CB5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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