Html Css Color HEX #CB5B83 Cranberry

📋 copy color: '#CB5B83'

red 203 ◦ green 91 ◦ blue 131

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

Shades of Cranberry #CB5B83

Tints of Cranberry #CB5B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 47.76%
G = 21.41%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB5B83 (or 0xCB5B83) is known color: Cranberry. HEX triplet: CB, 5B and 83. RGB value is (203,91,131). Sum of RGB (Red+Green+Blue) = 203+91+131=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B83 is #34A47C. Grayscale: #818181. Windows color (decimal): -3449981 or 8608715. OLE color: 8608715.

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

Color convert

RGB 203 91 131 -
CMYK 0 0.55 0.35 0.20
HSL 338.57º 0.52% 0.58% -
HSV(B) 338.57º 0.55% 0.8% -
XYZ 32.47 21.82 23.97 -
YUV 129.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 203 91 131 0 0.55 0.35 0.20 338.57 0.52 0.58
Hex CB 5B 83 0 37 23 14 153 34 3A
Octal 313 133 203 0 67 43 24 523 64 72
Binary 11001011 1011011 10000011 0 110111 100011 10100 101010011 110100 111010

Color Harmonies of #CB5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B83

Black with #CB5B83

Text Example


Text Example

White with #CB5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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