Html Css Color HEX #CE557A Cranberry

📋 copy color: '#CE557A'

red 206 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #CE557A

Tints of Cranberry #CE557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 49.88%
G = 20.58%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE557A (or 0xCE557A) is known color: Cranberry. HEX triplet: CE, 55 and 7A. RGB value is (206,85,122). Sum of RGB (Red+Green+Blue) = 206+85+122=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE557A is #31AA85. Grayscale: #7D7D7D. Windows color (decimal): -3254918 or 8017358. OLE color: 8017358.

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

Color convert

RGB 206 85 122 -
CMYK 0 0.59 0.41 0.19
HSL 341.65º 0.55% 0.57% -
HSV(B) 341.65º 0.59% 0.81% -
XYZ 32.21 21.02 20.77 -
YUV 125.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 206 85 122 0 0.59 0.41 0.19 341.65 0.55 0.57
Hex CE 55 7A 0 3B 29 13 156 37 39
Octal 316 125 172 0 73 51 23 526 67 71
Binary 11001110 1010101 1111010 0 111011 101001 10011 101010110 110111 111001

Color Harmonies of #CE557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE557A

Black with #CE557A

Text Example


Text Example

White with #CE557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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