Html Css Color HEX #CE4175 Cranberry

📋 copy color: '#CE4175'

red 206 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #CE4175

Tints of Cranberry #CE4175

RGB

 RED value IS 206 (80.86% from 255) = 53.09%

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

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

R = 53.09%
G = 16.75%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE4175 (or 0xCE4175) is known color: Cranberry. HEX triplet: CE, 41 and 75. RGB value is (206,65,117). Sum of RGB (Red+Green+Blue) = 206+65+117=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4175 is #31BE8A. Grayscale: #717171. Windows color (decimal): -3260043 or 7684558. OLE color: 7684558.

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

Color convert

RGB 206 65 117 -
CMYK 0 0.68 0.43 0.19
HSL 337.87º 0.59% 0.53% -
HSV(B) 337.87º 0.68% 0.81% -
XYZ 30.55 18.19 18.73 -
YUV 113.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 206 65 117 0 0.68 0.43 0.19 337.87 0.59 0.53
Hex CE 41 75 0 44 2B 13 152 3B 35
Octal 316 101 165 0 104 53 23 522 73 65
Binary 11001110 1000001 1110101 0 1000100 101011 10011 101010010 111011 110101

Color Harmonies of #CE4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4175

Black with #CE4175

Text Example


Text Example

White with #CE4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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