Html Css Color HEX #CC4475 Cranberry

📋 copy color: '#CC4475'

red 204 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #CC4475

Tints of Cranberry #CC4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 52.44%
G = 17.48%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC4475 (or 0xCC4475) is known color: Cranberry. HEX triplet: CC, 44 and 75. RGB value is (204,68,117). Sum of RGB (Red+Green+Blue) = 204+68+117=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4475 is #33BB8A. Grayscale: #727272. Windows color (decimal): -3390347 or 7685324. OLE color: 7685324.

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

Color convert

RGB 204 68 117 -
CMYK 0 0.67 0.43 0.2
HSL 338.38º 0.57% 0.53% -
HSV(B) 338.38º 0.67% 0.8% -
XYZ 30.18 18.26 18.76 -
YUV 114.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 204 68 117 0 0.67 0.43 0.2 338.38 0.57 0.53
Hex CC 44 75 0 43 2B 14 152 39 35
Octal 314 104 165 0 103 53 24 522 71 65
Binary 11001100 1000100 1110101 0 1000011 101011 10100 101010010 111001 110101

Color Harmonies of #CC4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4475

Black with #CC4475

Text Example


Text Example

White with #CC4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4475; }

 p { color: rgb(204,68,117); }

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

background-color css

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

 a { background-color: rgb(204,68,117); }

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

border-color css

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

 span { border-color: rgb(204,68,117); }

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