Html Css Color HEX #CC5C7F Cranberry

📋 copy color: '#CC5C7F'

red 204 ◦ green 92 ◦ blue 127

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

Shades of Cranberry #CC5C7F

Tints of Cranberry #CC5C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 48.23%
G = 21.75%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC5C7F (or 0xCC5C7F) is known color: Cranberry. HEX triplet: CC, 5C and 7F. RGB value is (204,92,127). Sum of RGB (Red+Green+Blue) = 204+92+127=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C7F is #33A380. Grayscale: #818181. Windows color (decimal): -3384193 or 8346828. OLE color: 8346828.

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

Color convert

RGB 204 92 127 -
CMYK 0 0.55 0.38 0.2
HSL 341.25º 0.52% 0.58% -
HSV(B) 341.25º 0.55% 0.8% -
XYZ 32.56 22.02 22.61 -
YUV 129.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 204 92 127 0 0.55 0.38 0.2 341.25 0.52 0.58
Hex CC 5C 7F 0 37 26 14 155 34 3A
Octal 314 134 177 0 67 46 24 525 64 72
Binary 11001100 1011100 1111111 0 110111 100110 10100 101010101 110100 111010

Color Harmonies of #CC5C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C7F

Black with #CC5C7F

Text Example


Text Example

White with #CC5C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C7F; }

 p { color: rgb(204,92,127); }

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

background-color css

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

 a { background-color: rgb(204,92,127); }

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

border-color css

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

 span { border-color: rgb(204,92,127); }

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