Html Css Color HEX #CE4C7B Cranberry

📋 copy color: '#CE4C7B'

red 206 ◦ green 76 ◦ blue 123

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

Shades of Cranberry #CE4C7B

Tints of Cranberry #CE4C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 50.86%
G = 18.77%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE4C7B (or 0xCE4C7B) is known color: Cranberry. HEX triplet: CE, 4C and 7B. RGB value is (206,76,123). Sum of RGB (Red+Green+Blue) = 206+76+123=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C7B is #31B384. Grayscale: #787878. Windows color (decimal): -3257221 or 8080590. OLE color: 8080590.

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

Color convert

RGB 206 76 123 -
CMYK 0 0.63 0.40 0.19
HSL 338.31º 0.57% 0.55% -
HSV(B) 338.31º 0.63% 0.81% -
XYZ 31.61 19.72 20.88 -
YUV 120.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 206 76 123 0 0.63 0.40 0.19 338.31 0.57 0.55
Hex CE 4C 7B 0 3F 28 13 152 39 37
Octal 316 114 173 0 77 50 23 522 71 67
Binary 11001110 1001100 1111011 0 111111 101000 10011 101010010 111001 110111

Color Harmonies of #CE4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C7B

Black with #CE4C7B

Text Example


Text Example

White with #CE4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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