Html Css Color HEX #CE557E Cranberry

📋 copy color: '#CE557E'

red 206 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #CE557E

Tints of Cranberry #CE557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 49.4%
G = 20.38%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE557E (or 0xCE557E) is known color: Cranberry. HEX triplet: CE, 55 and 7E. RGB value is (206,85,126). Sum of RGB (Red+Green+Blue) = 206+85+126=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557E is #31AA81. Grayscale: #7D7D7D. Windows color (decimal): -3254914 or 8279502. OLE color: 8279502.

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

Color convert

RGB 206 85 126 -
CMYK 0 0.59 0.39 0.19
HSL 339.67º 0.55% 0.57% -
HSV(B) 339.67º 0.59% 0.81% -
XYZ 32.47 21.13 22.1 -
YUV 125.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 206 85 126 0 0.59 0.39 0.19 339.67 0.55 0.57
Hex CE 55 7E 0 3B 27 13 154 37 39
Octal 316 125 176 0 73 47 23 524 67 71
Binary 11001110 1010101 1111110 0 111011 100111 10011 101010100 110111 111001

Color Harmonies of #CE557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE557E

Black with #CE557E

Text Example


Text Example

White with #CE557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE557E; }

 p { color: rgb(206,85,126); }

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

background-color css

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

 a { background-color: rgb(206,85,126); }

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

border-color css

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

 span { border-color: rgb(206,85,126); }

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