Html Css Color HEX #CE5D7D Cranberry

📋 copy color: '#CE5D7D'

red 206 ◦ green 93 ◦ blue 125

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

Shades of Cranberry #CE5D7D

Tints of Cranberry #CE5D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.93%

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

R = 48.58%
G = 21.93%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE5D7D (or 0xCE5D7D) is known color: Cranberry. HEX triplet: CE, 5D and 7D. RGB value is (206,93,125). Sum of RGB (Red+Green+Blue) = 206+93+125=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D7D is #31A282. Grayscale: #828282. Windows color (decimal): -3252867 or 8216014. OLE color: 8216014.

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

Color convert

RGB 206 93 125 -
CMYK 0 0.55 0.39 0.19
HSL 343.01º 0.54% 0.59% -
HSV(B) 343.01º 0.55% 0.81% -
XYZ 33.07 22.43 21.99 -
YUV 130.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 206 93 125 0 0.55 0.39 0.19 343.01 0.54 0.59
Hex CE 5D 7D 0 37 27 13 157 36 3B
Octal 316 135 175 0 67 47 23 527 66 73
Binary 11001110 1011101 1111101 0 110111 100111 10011 101010111 110110 111011

Color Harmonies of #CE5D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D7D

Black with #CE5D7D

Text Example


Text Example

White with #CE5D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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