Html Css Color HEX #CE517E Cranberry

📋 copy color: '#CE517E'

red 206 ◦ green 81 ◦ blue 126

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

Shades of Cranberry #CE517E

Tints of Cranberry #CE517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 49.88%
G = 19.61%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE517E (or 0xCE517E) is known color: Cranberry. HEX triplet: CE, 51 and 7E. RGB value is (206,81,126). Sum of RGB (Red+Green+Blue) = 206+81+126=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE517E is #31AE81. Grayscale: #7B7B7B. Windows color (decimal): -3255938 or 8278478. OLE color: 8278478.

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

Color convert

RGB 206 81 126 -
CMYK 0 0.61 0.39 0.19
HSL 338.4º 0.56% 0.56% -
HSV(B) 338.4º 0.61% 0.81% -
XYZ 32.16 20.51 22 -
YUV 123.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 206 81 126 0 0.61 0.39 0.19 338.4 0.56 0.56
Hex CE 51 7E 0 3D 27 13 152 38 38
Octal 316 121 176 0 75 47 23 522 70 70
Binary 11001110 1010001 1111110 0 111101 100111 10011 101010010 111000 111000

Color Harmonies of #CE517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE517E

Black with #CE517E

Text Example


Text Example

White with #CE517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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