Html Css Color HEX #CC5D7F Cranberry

📋 copy color: '#CC5D7F'

red 204 ◦ green 93 ◦ blue 127

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

Shades of Cranberry #CC5D7F

Tints of Cranberry #CC5D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

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

R = 48.11%
G = 21.93%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC5D7F (or 0xCC5D7F) is known color: Cranberry. HEX triplet: CC, 5D and 7F. RGB value is (204,93,127). Sum of RGB (Red+Green+Blue) = 204+93+127=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D7F is #33A280. Grayscale: #828282. Windows color (decimal): -3383937 or 8347084. OLE color: 8347084.

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

Color convert

RGB 204 93 127 -
CMYK 0 0.54 0.38 0.2
HSL 341.62º 0.52% 0.58% -
HSV(B) 341.62º 0.54% 0.8% -
XYZ 32.65 22.2 22.64 -
YUV 130.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 204 93 127 0 0.54 0.38 0.2 341.62 0.52 0.58
Hex CC 5D 7F 0 36 26 14 156 34 3A
Octal 314 135 177 0 66 46 24 526 64 72
Binary 11001100 1011101 1111111 0 110110 100110 10100 101010110 110100 111010

Color Harmonies of #CC5D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D7F

Black with #CC5D7F

Text Example


Text Example

White with #CC5D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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