Html Css Color HEX #CE5A83 Cranberry

📋 copy color: '#CE5A83'

red 206 ◦ green 90 ◦ blue 131

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

Shades of Cranberry #CE5A83

Tints of Cranberry #CE5A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 48.24%
G = 21.08%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE5A83 (or 0xCE5A83) is known color: Cranberry. HEX triplet: CE, 5A and 83. RGB value is (206,90,131). Sum of RGB (Red+Green+Blue) = 206+90+131=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A83 is #31A57C. Grayscale: #818181. Windows color (decimal): -3253629 or 8608462. OLE color: 8608462.

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

Color convert

RGB 206 90 131 -
CMYK 0 0.56 0.36 0.19
HSL 338.79º 0.54% 0.58% -
HSV(B) 338.79º 0.56% 0.81% -
XYZ 33.21 22.07 23.98 -
YUV 129.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 206 90 131 0 0.56 0.36 0.19 338.79 0.54 0.58
Hex CE 5A 83 0 38 24 13 153 36 3A
Octal 316 132 203 0 70 44 23 523 66 72
Binary 11001110 1011010 10000011 0 111000 100100 10011 101010011 110110 111010

Color Harmonies of #CE5A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A83

Black with #CE5A83

Text Example


Text Example

White with #CE5A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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