Html Css Color HEX #CC567A Cranberry

📋 copy color: '#CC567A'

red 204 ◦ green 86 ◦ blue 122

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

Shades of Cranberry #CC567A

Tints of Cranberry #CC567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 49.51%
G = 20.87%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC567A (or 0xCC567A) is known color: Cranberry. HEX triplet: CC, 56 and 7A. RGB value is (204,86,122). Sum of RGB (Red+Green+Blue) = 204+86+122=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC567A is #33A985. Grayscale: #7D7D7D. Windows color (decimal): -3385734 or 8017612. OLE color: 8017612.

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

Color convert

RGB 204 86 122 -
CMYK 0 0.58 0.40 0.2
HSL 341.69º 0.54% 0.57% -
HSV(B) 341.69º 0.58% 0.8% -
XYZ 31.74 20.9 20.77 -
YUV 125.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 204 86 122 0 0.58 0.40 0.2 341.69 0.54 0.57
Hex CC 56 7A 0 3A 28 14 156 36 39
Octal 314 126 172 0 72 50 24 526 66 71
Binary 11001100 1010110 1111010 0 111010 101000 10100 101010110 110110 111001

Color Harmonies of #CC567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC567A

Black with #CC567A

Text Example


Text Example

White with #CC567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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