Html Css Color HEX #CE597D Cranberry

📋 copy color: '#CE597D'

red 206 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #CE597D

Tints of Cranberry #CE597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 49.05%
G = 21.19%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE597D (or 0xCE597D) is known color: Cranberry. HEX triplet: CE, 59 and 7D. RGB value is (206,89,125). Sum of RGB (Red+Green+Blue) = 206+89+125=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE597D is #31A682. Grayscale: #808080. Windows color (decimal): -3253891 or 8214990. OLE color: 8214990.

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

Color convert

RGB 206 89 125 -
CMYK 0 0.57 0.39 0.19
HSL 341.54º 0.54% 0.58% -
HSV(B) 341.54º 0.57% 0.81% -
XYZ 32.73 21.75 21.87 -
YUV 128.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 206 89 125 0 0.57 0.39 0.19 341.54 0.54 0.58
Hex CE 59 7D 0 39 27 13 156 36 3A
Octal 316 131 175 0 71 47 23 526 66 72
Binary 11001110 1011001 1111101 0 111001 100111 10011 101010110 110110 111010

Color Harmonies of #CE597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE597D

Black with #CE597D

Text Example


Text Example

White with #CE597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE597D; }

 p { color: rgb(206,89,125); }

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

background-color css

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

 a { background-color: rgb(206,89,125); }

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

border-color css

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

 span { border-color: rgb(206,89,125); }

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