Html Css Color HEX #CC567D Cranberry

📋 copy color: '#CC567D'

red 204 ◦ green 86 ◦ blue 125

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

Shades of Cranberry #CC567D

Tints of Cranberry #CC567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 49.16%
G = 20.72%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC567D (or 0xCC567D) is known color: Cranberry. HEX triplet: CC, 56 and 7D. RGB value is (204,86,125). Sum of RGB (Red+Green+Blue) = 204+86+125=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC567D is #33A982. Grayscale: #7D7D7D. Windows color (decimal): -3385731 or 8214220. OLE color: 8214220.

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

Color convert

RGB 204 86 125 -
CMYK 0 0.58 0.39 0.2
HSL 340.17º 0.54% 0.57% -
HSV(B) 340.17º 0.58% 0.8% -
XYZ 31.93 20.97 21.77 -
YUV 125.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 204 86 125 0 0.58 0.39 0.2 340.17 0.54 0.57
Hex CC 56 7D 0 3A 27 14 154 36 39
Octal 314 126 175 0 72 47 24 524 66 71
Binary 11001100 1010110 1111101 0 111010 100111 10100 101010100 110110 111001

Color Harmonies of #CC567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC567D

Black with #CC567D

Text Example


Text Example

White with #CC567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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