Html Css Color HEX #CE557F Cranberry

📋 copy color: '#CE557F'

red 206 ◦ green 85 ◦ blue 127

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

Shades of Cranberry #CE557F

Tints of Cranberry #CE557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 49.28%
G = 20.33%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE557F (or 0xCE557F) is known color: Cranberry. HEX triplet: CE, 55 and 7F. RGB value is (206,85,127). Sum of RGB (Red+Green+Blue) = 206+85+127=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557F is #31AA80. Grayscale: #7D7D7D. Windows color (decimal): -3254913 or 8345038. OLE color: 8345038.

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

Color convert

RGB 206 85 127 -
CMYK 0 0.59 0.38 0.19
HSL 339.17º 0.55% 0.57% -
HSV(B) 339.17º 0.59% 0.81% -
XYZ 32.53 21.15 22.45 -
YUV 125.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 206 85 127 0 0.59 0.38 0.19 339.17 0.55 0.57
Hex CE 55 7F 0 3B 26 13 153 37 39
Octal 316 125 177 0 73 46 23 523 67 71
Binary 11001110 1010101 1111111 0 111011 100110 10011 101010011 110111 111001

Color Harmonies of #CE557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE557F

Black with #CE557F

Text Example


Text Example

White with #CE557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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