Html Css Color HEX #CE4275 Cranberry

📋 copy color: '#CE4275'

red 206 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #CE4275

Tints of Cranberry #CE4275

RGB

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

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

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

R = 52.96%
G = 16.97%
B = 30.08%

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

#CE4275 (or 0xCE4275) is known color: Cranberry. HEX triplet: CE, 42 and 75. RGB value is (206,66,117). Sum of RGB (Red+Green+Blue) = 206+66+117=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4275 is #31BD8A. Grayscale: #717171. Windows color (decimal): -3259787 or 7684814. OLE color: 7684814.

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

Color convert

RGB 206 66 117 -
CMYK 0 0.68 0.43 0.19
HSL 338.14º 0.59% 0.53% -
HSV(B) 338.14º 0.68% 0.81% -
XYZ 30.61 18.3 18.75 -
YUV 113.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 206 66 117 0 0.68 0.43 0.19 338.14 0.59 0.53
Hex CE 42 75 0 44 2B 13 152 3B 35
Octal 316 102 165 0 104 53 23 522 73 65
Binary 11001110 1000010 1110101 0 1000100 101011 10011 101010010 111011 110101

Color Harmonies of #CE4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4275

Black with #CE4275

Text Example


Text Example

White with #CE4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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