Html Css Color HEX #CE5F7D Cranberry

📋 copy color: '#CE5F7D'

red 206 ◦ green 95 ◦ blue 125

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

Shades of Cranberry #CE5F7D

Tints of Cranberry #CE5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.3%

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

R = 48.36%
G = 22.3%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE5F7D (or 0xCE5F7D) is known color: Cranberry. HEX triplet: CE, 5F and 7D. RGB value is (206,95,125). Sum of RGB (Red+Green+Blue) = 206+95+125=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F7D is #31A082. Grayscale: #838383. Windows color (decimal): -3252355 or 8216526. OLE color: 8216526.

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

Color convert

RGB 206 95 125 -
CMYK 0 0.54 0.39 0.19
HSL 343.78º 0.53% 0.59% -
HSV(B) 343.78º 0.54% 0.81% -
XYZ 33.25 22.79 22.05 -
YUV 131.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 206 95 125 0 0.54 0.39 0.19 343.78 0.53 0.59
Hex CE 5F 7D 0 36 27 13 158 35 3B
Octal 316 137 175 0 66 47 23 530 65 73
Binary 11001110 1011111 1111101 0 110110 100111 10011 101011000 110101 111011

Color Harmonies of #CE5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F7D

Black with #CE5F7D

Text Example


Text Example

White with #CE5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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