Html Css Color HEX #CC4375 Cranberry

📋 copy color: '#CC4375'

red 204 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #CC4375

Tints of Cranberry #CC4375

RGB

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

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

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

R = 52.58%
G = 17.27%
B = 30.15%

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

#CC4375 (or 0xCC4375) is known color: Cranberry. HEX triplet: CC, 43 and 75. RGB value is (204,67,117). Sum of RGB (Red+Green+Blue) = 204+67+117=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4375 is #33BC8A. Grayscale: #717171. Windows color (decimal): -3390603 or 7685068. OLE color: 7685068.

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

Color convert

RGB 204 67 117 -
CMYK 0 0.67 0.43 0.2
HSL 338.1º 0.57% 0.53% -
HSV(B) 338.1º 0.67% 0.8% -
XYZ 30.12 18.14 18.74 -
YUV 113.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 204 67 117 0 0.67 0.43 0.2 338.1 0.57 0.53
Hex CC 43 75 0 43 2B 14 152 39 35
Octal 314 103 165 0 103 53 24 522 71 65
Binary 11001100 1000011 1110101 0 1000011 101011 10100 101010010 111001 110101

Color Harmonies of #CC4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4375

Black with #CC4375

Text Example


Text Example

White with #CC4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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