Html Css Color HEX #CE4475 Cranberry

📋 copy color: '#CE4475'

red 206 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #CE4475

Tints of Cranberry #CE4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

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

R = 52.69%
G = 17.39%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE4475 (or 0xCE4475) is known color: Cranberry. HEX triplet: CE, 44 and 75. RGB value is (206,68,117). Sum of RGB (Red+Green+Blue) = 206+68+117=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4475 is #31BB8A. Grayscale: #727272. Windows color (decimal): -3259275 or 7685326. OLE color: 7685326.

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

Color convert

RGB 206 68 117 -
CMYK 0 0.67 0.43 0.19
HSL 338.7º 0.58% 0.54% -
HSV(B) 338.7º 0.67% 0.81% -
XYZ 30.73 18.54 18.79 -
YUV 114.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 206 68 117 0 0.67 0.43 0.19 338.7 0.58 0.54
Hex CE 44 75 0 43 2B 13 153 3A 36
Octal 316 104 165 0 103 53 23 523 72 66
Binary 11001110 1000100 1110101 0 1000011 101011 10011 101010011 111010 110110

Color Harmonies of #CE4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4475

Black with #CE4475

Text Example


Text Example

White with #CE4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4475; }

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

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

background-color css

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

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

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

border-color css

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

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

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