Html Css Color HEX #CC4275 Cranberry

📋 copy color: '#CC4275'

red 204 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #CC4275

Tints of Cranberry #CC4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

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

R = 52.71%
G = 17.05%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC4275 (or 0xCC4275) is known color: Cranberry. HEX triplet: CC, 42 and 75. RGB value is (204,66,117). Sum of RGB (Red+Green+Blue) = 204+66+117=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4275 is #33BD8A. Grayscale: #717171. Windows color (decimal): -3390859 or 7684812. OLE color: 7684812.

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

Color convert

RGB 204 66 117 -
CMYK 0 0.68 0.43 0.2
HSL 337.83º 0.58% 0.53% -
HSV(B) 337.83º 0.68% 0.8% -
XYZ 30.06 18.02 18.72 -
YUV 113.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 204 66 117 0 0.68 0.43 0.2 337.83 0.58 0.53
Hex CC 42 75 0 44 2B 14 152 3A 35
Octal 314 102 165 0 104 53 24 522 72 65
Binary 11001100 1000010 1110101 0 1000100 101011 10100 101010010 111010 110101

Color Harmonies of #CC4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4275

Black with #CC4275

Text Example


Text Example

White with #CC4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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