Html Css Color HEX #CC4678 Cranberry

📋 copy color: '#CC4678'

red 204 ◦ green 70 ◦ blue 120

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

Shades of Cranberry #CC4678

Tints of Cranberry #CC4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 51.78%
G = 17.77%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC4678 (or 0xCC4678) is known color: Cranberry. HEX triplet: CC, 46 and 78. RGB value is (204,70,120). Sum of RGB (Red+Green+Blue) = 204+70+120=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4678 is #33B987. Grayscale: #737373. Windows color (decimal): -3389832 or 7882444. OLE color: 7882444.

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

Color convert

RGB 204 70 120 -
CMYK 0 0.66 0.41 0.2
HSL 337.61º 0.57% 0.54% -
HSV(B) 337.61º 0.66% 0.8% -
XYZ 30.48 18.57 19.75 -
YUV 115.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 204 70 120 0 0.66 0.41 0.2 337.61 0.57 0.54
Hex CC 46 78 0 42 29 14 152 39 36
Octal 314 106 170 0 102 51 24 522 71 66
Binary 11001100 1000110 1111000 0 1000010 101001 10100 101010010 111001 110110

Color Harmonies of #CC4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4678

Black with #CC4678

Text Example


Text Example

White with #CC4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4678; }

 p { color: rgb(204,70,120); }

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

background-color css

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

 a { background-color: rgb(204,70,120); }

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

border-color css

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

 span { border-color: rgb(204,70,120); }

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