Html Css Color HEX #CE5482 Cranberry

📋 copy color: '#CE5482'

red 206 ◦ green 84 ◦ blue 130

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

Shades of Cranberry #CE5482

Tints of Cranberry #CE5482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 49.05%
G = 20%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CE5482 (or 0xCE5482) is known color: Cranberry. HEX triplet: CE, 54 and 82. RGB value is (206,84,130). Sum of RGB (Red+Green+Blue) = 206+84+130=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5482 is #31AB7D. Grayscale: #7D7D7D. Windows color (decimal): -3255166 or 8541390. OLE color: 8541390.

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

Color convert

RGB 206 84 130 -
CMYK 0 0.59 0.37 0.19
HSL 337.38º 0.55% 0.57% -
HSV(B) 337.38º 0.59% 0.81% -
XYZ 32.65 21.07 23.47 -
YUV 125.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 206 84 130 0 0.59 0.37 0.19 337.38 0.55 0.57
Hex CE 54 82 0 3B 25 13 151 37 39
Octal 316 124 202 0 73 45 23 521 67 71
Binary 11001110 1010100 10000010 0 111011 100101 10011 101010001 110111 111001

Color Harmonies of #CE5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5482

Black with #CE5482

Text Example


Text Example

White with #CE5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5482; }

 p { color: rgb(206,84,130); }

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

background-color css

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

 a { background-color: rgb(206,84,130); }

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

border-color css

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

 span { border-color: rgb(206,84,130); }

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