Html Css Color HEX #CE4277 Cranberry

📋 copy color: '#CE4277'

red 206 ◦ green 66 ◦ blue 119

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

Shades of Cranberry #CE4277

Tints of Cranberry #CE4277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 52.69%
G = 16.88%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE4277 (or 0xCE4277) is known color: Cranberry. HEX triplet: CE, 42 and 77. RGB value is (206,66,119). Sum of RGB (Red+Green+Blue) = 206+66+119=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4277 is #31BD88. Grayscale: #717171. Windows color (decimal): -3259785 or 7815886. OLE color: 7815886.

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

Color convert

RGB 206 66 119 -
CMYK 0 0.68 0.42 0.19
HSL 337.29º 0.59% 0.53% -
HSV(B) 337.29º 0.68% 0.81% -
XYZ 30.73 18.35 19.37 -
YUV 113.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 206 66 119 0 0.68 0.42 0.19 337.29 0.59 0.53
Hex CE 42 77 0 44 2A 13 151 3B 35
Octal 316 102 167 0 104 52 23 521 73 65
Binary 11001110 1000010 1110111 0 1000100 101010 10011 101010001 111011 110101

Color Harmonies of #CE4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4277

Black with #CE4277

Text Example


Text Example

White with #CE4277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4277; }

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

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

background-color css

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

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

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

border-color css

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

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

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