Html Css Color HEX #CE4E7B Cranberry

📋 copy color: '#CE4E7B'

red 206 ◦ green 78 ◦ blue 123

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

Shades of Cranberry #CE4E7B

Tints of Cranberry #CE4E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

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

R = 50.61%
G = 19.16%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE4E7B (or 0xCE4E7B) is known color: Cranberry. HEX triplet: CE, 4E and 7B. RGB value is (206,78,123). Sum of RGB (Red+Green+Blue) = 206+78+123=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E7B is #31B184. Grayscale: #797979. Windows color (decimal): -3256709 or 8081102. OLE color: 8081102.

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

Color convert

RGB 206 78 123 -
CMYK 0 0.62 0.40 0.19
HSL 338.91º 0.57% 0.56% -
HSV(B) 338.91º 0.62% 0.81% -
XYZ 31.75 20 20.93 -
YUV 121.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 206 78 123 0 0.62 0.40 0.19 338.91 0.57 0.56
Hex CE 4E 7B 0 3E 28 13 153 39 38
Octal 316 116 173 0 76 50 23 523 71 70
Binary 11001110 1001110 1111011 0 111110 101000 10011 101010011 111001 111000

Color Harmonies of #CE4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E7B

Black with #CE4E7B

Text Example


Text Example

White with #CE4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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