Html Css Color HEX #CC5682 Cranberry

📋 copy color: '#CC5682'

red 204 ◦ green 86 ◦ blue 130

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

Shades of Cranberry #CC5682

Tints of Cranberry #CC5682

RGB

 RED value IS 204 (80.08% from 255) = 48.57%

 GREEN value IS 86 (33.98% from 255) = 20.48%

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

R = 48.57%
G = 20.48%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC5682 (or 0xCC5682) is known color: Cranberry. HEX triplet: CC, 56 and 82. RGB value is (204,86,130). Sum of RGB (Red+Green+Blue) = 204+86+130=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5682 is #33A97D. Grayscale: #7E7E7E. Windows color (decimal): -3385726 or 8541900. OLE color: 8541900.

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

Color convert

RGB 204 86 130 -
CMYK 0 0.58 0.36 0.2
HSL 337.63º 0.54% 0.57% -
HSV(B) 337.63º 0.58% 0.8% -
XYZ 32.26 21.1 23.49 -
YUV 126.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 204 86 130 0 0.58 0.36 0.2 337.63 0.54 0.57
Hex CC 56 82 0 3A 24 14 152 36 39
Octal 314 126 202 0 72 44 24 522 66 71
Binary 11001100 1010110 10000010 0 111010 100100 10100 101010010 110110 111001

Color Harmonies of #CC5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5682

Black with #CC5682

Text Example


Text Example

White with #CC5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5682; }

 p { color: rgb(204,86,130); }

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

background-color css

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

 a { background-color: rgb(204,86,130); }

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

border-color css

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

 span { border-color: rgb(204,86,130); }

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