Html Css Color HEX #CE4C7F Cranberry

📋 copy color: '#CE4C7F'

red 206 ◦ green 76 ◦ blue 127

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

Shades of Cranberry #CE4C7F

Tints of Cranberry #CE4C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.05%

R = 50.37%
G = 18.58%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE4C7F (or 0xCE4C7F) is known color: Cranberry. HEX triplet: CE, 4C and 7F. RGB value is (206,76,127). Sum of RGB (Red+Green+Blue) = 206+76+127=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C7F is #31B380. Grayscale: #787878. Windows color (decimal): -3257217 or 8342734. OLE color: 8342734.

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

Color convert

RGB 206 76 127 -
CMYK 0 0.63 0.38 0.19
HSL 336.46º 0.57% 0.55% -
HSV(B) 336.46º 0.63% 0.81% -
XYZ 31.87 19.82 22.23 -
YUV 120.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 206 76 127 0 0.63 0.38 0.19 336.46 0.57 0.55
Hex CE 4C 7F 0 3F 26 13 150 39 37
Octal 316 114 177 0 77 46 23 520 71 67
Binary 11001110 1001100 1111111 0 111111 100110 10011 101010000 111001 110111

Color Harmonies of #CE4C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C7F

Black with #CE4C7F

Text Example


Text Example

White with #CE4C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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