Html Css Color HEX #CC4274 Cranberry

📋 copy color: '#CC4274'

red 204 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #CC4274

Tints of Cranberry #CC4274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 52.85%
G = 17.1%
B = 30.05%

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

#CC4274 (or 0xCC4274) is known color: Cranberry. HEX triplet: CC, 42 and 74. RGB value is (204,66,116). Sum of RGB (Red+Green+Blue) = 204+66+116=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4274 is #33BD8B. Grayscale: #707070. Windows color (decimal): -3390860 or 7619276. OLE color: 7619276.

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

Color convert

RGB 204 66 116 -
CMYK 0 0.68 0.43 0.2
HSL 338.26º 0.58% 0.53% -
HSV(B) 338.26º 0.68% 0.8% -
XYZ 30 17.99 18.42 -
YUV 112.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 204 66 116 0 0.68 0.43 0.2 338.26 0.58 0.53
Hex CC 42 74 0 44 2B 14 152 3A 35
Octal 314 102 164 0 104 53 24 522 72 65
Binary 11001100 1000010 1110100 0 1000100 101011 10100 101010010 111010 110101

Color Harmonies of #CC4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4274

Black with #CC4274

Text Example


Text Example

White with #CC4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4274; }

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

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

background-color css

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

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

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

border-color css

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

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

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