Html Css Color HEX #CE5B7E Cranberry

📋 copy color: '#CE5B7E'

red 206 ◦ green 91 ◦ blue 126

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

Shades of Cranberry #CE5B7E

Tints of Cranberry #CE5B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 48.7%
G = 21.51%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE5B7E (or 0xCE5B7E) is known color: Cranberry. HEX triplet: CE, 5B and 7E. RGB value is (206,91,126). Sum of RGB (Red+Green+Blue) = 206+91+126=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B7E is #31A481. Grayscale: #818181. Windows color (decimal): -3253378 or 8281038. OLE color: 8281038.

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

Color convert

RGB 206 91 126 -
CMYK 0 0.56 0.39 0.19
HSL 341.74º 0.54% 0.58% -
HSV(B) 341.74º 0.56% 0.81% -
XYZ 32.96 22.11 22.27 -
YUV 129.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 206 91 126 0 0.56 0.39 0.19 341.74 0.54 0.58
Hex CE 5B 7E 0 38 27 13 156 36 3A
Octal 316 133 176 0 70 47 23 526 66 72
Binary 11001110 1011011 1111110 0 111000 100111 10011 101010110 110110 111010

Color Harmonies of #CE5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B7E

Black with #CE5B7E

Text Example


Text Example

White with #CE5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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