Html Css Color HEX #CC467C Cranberry

📋 copy color: '#CC467C'

red 204 ◦ green 70 ◦ blue 124

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

Shades of Cranberry #CC467C

Tints of Cranberry #CC467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 51.26%
G = 17.59%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC467C (or 0xCC467C) is known color: Cranberry. HEX triplet: CC, 46 and 7C. RGB value is (204,70,124). Sum of RGB (Red+Green+Blue) = 204+70+124=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC467C is #33B983. Grayscale: #747474. Windows color (decimal): -3389828 or 8144588. OLE color: 8144588.

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

Color convert

RGB 204 70 124 -
CMYK 0 0.66 0.39 0.2
HSL 335.82º 0.57% 0.54% -
HSV(B) 335.82º 0.66% 0.8% -
XYZ 30.73 18.67 21.05 -
YUV 116.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 204 70 124 0 0.66 0.39 0.2 335.82 0.57 0.54
Hex CC 46 7C 0 42 27 14 150 39 36
Octal 314 106 174 0 102 47 24 520 71 66
Binary 11001100 1000110 1111100 0 1000010 100111 10100 101010000 111001 110110

Color Harmonies of #CC467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC467C

Black with #CC467C

Text Example


Text Example

White with #CC467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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