Html Css Color HEX #CB5E81 Cranberry

📋 copy color: '#CB5E81'

red 203 ◦ green 94 ◦ blue 129

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

Shades of Cranberry #CB5E81

Tints of Cranberry #CB5E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

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

R = 47.65%
G = 22.07%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB5E81 (or 0xCB5E81) is known color: Cranberry. HEX triplet: CB, 5E and 81. RGB value is (203,94,129). Sum of RGB (Red+Green+Blue) = 203+94+129=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E81 is #34A17E. Grayscale: #828282. Windows color (decimal): -3449215 or 8478411. OLE color: 8478411.

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

Color convert

RGB 203 94 129 -
CMYK 0 0.54 0.36 0.20
HSL 340.73º 0.51% 0.58% -
HSV(B) 340.73º 0.54% 0.8% -
XYZ 32.59 22.29 23.35 -
YUV 130.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 203 94 129 0 0.54 0.36 0.20 340.73 0.51 0.58
Hex CB 5E 81 0 36 24 14 155 33 3A
Octal 313 136 201 0 66 44 24 525 63 72
Binary 11001011 1011110 10000001 0 110110 100100 10100 101010101 110011 111010

Color Harmonies of #CB5E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E81

Black with #CB5E81

Text Example


Text Example

White with #CB5E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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