Html Css Color HEX #CE5A85 Cranberry

📋 copy color: '#CE5A85'

red 206 ◦ green 90 ◦ blue 133

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

Shades of Cranberry #CE5A85

Tints of Cranberry #CE5A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 48.02%
G = 20.98%
B = 31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE5A85 (or 0xCE5A85) is known color: Cranberry. HEX triplet: CE, 5A and 85. RGB value is (206,90,133). Sum of RGB (Red+Green+Blue) = 206+90+133=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A85 is #31A57A. Grayscale: #818181. Windows color (decimal): -3253627 or 8739534. OLE color: 8739534.

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

Color convert

RGB 206 90 133 -
CMYK 0 0.56 0.35 0.19
HSL 337.76º 0.54% 0.58% -
HSV(B) 337.76º 0.56% 0.81% -
XYZ 33.34 22.13 24.7 -
YUV 129.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 206 90 133 0 0.56 0.35 0.19 337.76 0.54 0.58
Hex CE 5A 85 0 38 23 13 152 36 3A
Octal 316 132 205 0 70 43 23 522 66 72
Binary 11001110 1011010 10000101 0 111000 100011 10011 101010010 110110 111010

Color Harmonies of #CE5A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A85

Black with #CE5A85

Text Example


Text Example

White with #CE5A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A85; }

 p { color: rgb(206,90,133); }

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

background-color css

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

 a { background-color: rgb(206,90,133); }

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

border-color css

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

 span { border-color: rgb(206,90,133); }

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