Html Css Color HEX #CB5481 Cranberry

📋 copy color: '#CB5481'

red 203 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #CB5481

Tints of Cranberry #CB5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 48.8%
G = 20.19%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB5481 (or 0xCB5481) is known color: Cranberry. HEX triplet: CB, 54 and 81. RGB value is (203,84,129). Sum of RGB (Red+Green+Blue) = 203+84+129=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5481 is #34AB7E. Grayscale: #7C7C7C. Windows color (decimal): -3451775 or 8475851. OLE color: 8475851.

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

Color convert

RGB 203 84 129 -
CMYK 0 0.59 0.36 0.20
HSL 337.31º 0.53% 0.56% -
HSV(B) 337.31º 0.59% 0.8% -
XYZ 31.76 20.62 23.08 -
YUV 124.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 203 84 129 0 0.59 0.36 0.20 337.31 0.53 0.56
Hex CB 54 81 0 3B 24 14 151 35 38
Octal 313 124 201 0 73 44 24 521 65 70
Binary 11001011 1010100 10000001 0 111011 100100 10100 101010001 110101 111000

Color Harmonies of #CB5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5481

Black with #CB5481

Text Example


Text Example

White with #CB5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5481; }

 p { color: rgb(203,84,129); }

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

background-color css

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

 a { background-color: rgb(203,84,129); }

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

border-color css

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

 span { border-color: rgb(203,84,129); }

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