Html Css Color HEX #CE5281 Cranberry

📋 copy color: '#CE5281'

red 206 ◦ green 82 ◦ blue 129

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

Shades of Cranberry #CE5281

Tints of Cranberry #CE5281

RGB

 RED value IS 206 (80.86% from 255) = 49.4%

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 49.4%
G = 19.66%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE5281 (or 0xCE5281) is known color: Cranberry. HEX triplet: CE, 52 and 81. RGB value is (206,82,129). Sum of RGB (Red+Green+Blue) = 206+82+129=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5281 is #31AD7E. Grayscale: #7C7C7C. Windows color (decimal): -3255679 or 8475342. OLE color: 8475342.

HSL color Cylindrical-coordinate representation of color #CE5281: hue angle of 337.26º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5281 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 82 129 -
CMYK 0 0.60 0.37 0.19
HSL 337.26º 0.56% 0.56% -
HSV(B) 337.26º 0.6% 0.81% -
XYZ 32.43 20.74 23.06 -
YUV 124.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 206 82 129 0 0.60 0.37 0.19 337.26 0.56 0.56
Hex CE 52 81 0 3C 25 13 151 38 38
Octal 316 122 201 0 74 45 23 521 70 70
Binary 11001110 1010010 10000001 0 111100 100101 10011 101010001 111000 111000

Color Harmonies of #CE5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5281

Black with #CE5281

Text Example


Text Example

White with #CE5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5281; }

 p { color: rgb(206,82,129); }

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

background-color css

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

 a { background-color: rgb(206,82,129); }

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

border-color css

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

 span { border-color: rgb(206,82,129); }

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