Html Css Color HEX #CE4C7D Cranberry

📋 copy color: '#CE4C7D'

red 206 ◦ green 76 ◦ blue 125

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

Shades of Cranberry #CE4C7D

Tints of Cranberry #CE4C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 50.61%
G = 18.67%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE4C7D (or 0xCE4C7D) is known color: Cranberry. HEX triplet: CE, 4C and 7D. RGB value is (206,76,125). Sum of RGB (Red+Green+Blue) = 206+76+125=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C7D is #31B382. Grayscale: #787878. Windows color (decimal): -3257219 or 8211662. OLE color: 8211662.

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

Color convert

RGB 206 76 125 -
CMYK 0 0.63 0.39 0.19
HSL 337.38º 0.57% 0.55% -
HSV(B) 337.38º 0.63% 0.81% -
XYZ 31.74 19.77 21.55 -
YUV 120.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 206 76 125 0 0.63 0.39 0.19 337.38 0.57 0.55
Hex CE 4C 7D 0 3F 27 13 151 39 37
Octal 316 114 175 0 77 47 23 521 71 67
Binary 11001110 1001100 1111101 0 111111 100111 10011 101010001 111001 110111

Color Harmonies of #CE4C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C7D

Black with #CE4C7D

Text Example


Text Example

White with #CE4C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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