Html Css Color HEX #CC5681 Cranberry

📋 copy color: '#CC5681'

red 204 ◦ green 86 ◦ blue 129

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

Shades of Cranberry #CC5681

Tints of Cranberry #CC5681

RGB

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

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

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

R = 48.69%
G = 20.53%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC5681 (or 0xCC5681) is known color: Cranberry. HEX triplet: CC, 56 and 81. RGB value is (204,86,129). Sum of RGB (Red+Green+Blue) = 204+86+129=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5681 is #33A97E. Grayscale: #7E7E7E. Windows color (decimal): -3385727 or 8476364. OLE color: 8476364.

HSL color Cylindrical-coordinate representation of color #CC5681: hue angle of 338.14º 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 #CC5681 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 129 -
CMYK 0 0.58 0.37 0.2
HSL 338.14º 0.54% 0.57% -
HSV(B) 338.14º 0.58% 0.8% -
XYZ 32.19 21.08 23.14 -
YUV 126.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 204 86 129 0 0.58 0.37 0.2 338.14 0.54 0.57
Hex CC 56 81 0 3A 25 14 152 36 39
Octal 314 126 201 0 72 45 24 522 66 71
Binary 11001100 1010110 10000001 0 111010 100101 10100 101010010 110110 111001

Color Harmonies of #CC5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5681

Black with #CC5681

Text Example


Text Example

White with #CC5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5681; }

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

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

background-color css

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

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

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

border-color css

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

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

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