Html Css Color HEX #CC567F Cranberry

📋 copy color: '#CC567F'

red 204 ◦ green 86 ◦ blue 127

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

Shades of Cranberry #CC567F

Tints of Cranberry #CC567F

RGB

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

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

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

R = 48.92%
G = 20.62%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC567F (or 0xCC567F) is known color: Cranberry. HEX triplet: CC, 56 and 7F. RGB value is (204,86,127). Sum of RGB (Red+Green+Blue) = 204+86+127=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC567F is #33A980. Grayscale: #7D7D7D. Windows color (decimal): -3385729 or 8345292. OLE color: 8345292.

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

Color convert

RGB 204 86 127 -
CMYK 0 0.58 0.38 0.2
HSL 339.15º 0.54% 0.57% -
HSV(B) 339.15º 0.58% 0.8% -
XYZ 32.06 21.03 22.45 -
YUV 125.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 204 86 127 0 0.58 0.38 0.2 339.15 0.54 0.57
Hex CC 56 7F 0 3A 26 14 153 36 39
Octal 314 126 177 0 72 46 24 523 66 71
Binary 11001100 1010110 1111111 0 111010 100110 10100 101010011 110110 111001

Color Harmonies of #CC567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC567F

Black with #CC567F

Text Example


Text Example

White with #CC567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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