Html Css Color HEX #CC4376 Cranberry

📋 copy color: '#CC4376'

red 204 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #CC4376

Tints of Cranberry #CC4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 52.44%
G = 17.22%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC4376 (or 0xCC4376) is known color: Cranberry. HEX triplet: CC, 43 and 76. RGB value is (204,67,118). Sum of RGB (Red+Green+Blue) = 204+67+118=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4376 is #33BC89. Grayscale: #717171. Windows color (decimal): -3390602 or 7750604. OLE color: 7750604.

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

Color convert

RGB 204 67 118 -
CMYK 0 0.67 0.42 0.2
HSL 337.66º 0.57% 0.53% -
HSV(B) 337.66º 0.67% 0.8% -
XYZ 30.18 18.16 19.05 -
YUV 113.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 204 67 118 0 0.67 0.42 0.2 337.66 0.57 0.53
Hex CC 43 76 0 43 2A 14 152 39 35
Octal 314 103 166 0 103 52 24 522 71 65
Binary 11001100 1000011 1110110 0 1000011 101010 10100 101010010 111001 110101

Color Harmonies of #CC4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4376

Black with #CC4376

Text Example


Text Example

White with #CC4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4376; }

 p { color: rgb(204,67,118); }

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

background-color css

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

 a { background-color: rgb(204,67,118); }

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

border-color css

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

 span { border-color: rgb(204,67,118); }

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