Html Css Color HEX #CC4175 Cranberry

📋 copy color: '#CC4175'

red 204 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #CC4175

Tints of Cranberry #CC4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.84%

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

R = 52.85%
G = 16.84%
B = 30.31%

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

#CC4175 (or 0xCC4175) is known color: Cranberry. HEX triplet: CC, 41 and 75. RGB value is (204,65,117). Sum of RGB (Red+Green+Blue) = 204+65+117=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4175 is #33BE8A. Grayscale: #707070. Windows color (decimal): -3391115 or 7684556. OLE color: 7684556.

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

Color convert

RGB 204 65 117 -
CMYK 0 0.68 0.43 0.2
HSL 337.55º 0.58% 0.53% -
HSV(B) 337.55º 0.68% 0.8% -
XYZ 30 17.9 18.7 -
YUV 112.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 204 65 117 0 0.68 0.43 0.2 337.55 0.58 0.53
Hex CC 41 75 0 44 2B 14 152 3A 35
Octal 314 101 165 0 104 53 24 522 72 65
Binary 11001100 1000001 1110101 0 1000100 101011 10100 101010010 111010 110101

Color Harmonies of #CC4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4175

Black with #CC4175

Text Example


Text Example

White with #CC4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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