Html Css Color HEX #CE567C Cranberry

📋 copy color: '#CE567C'

red 206 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #CE567C

Tints of Cranberry #CE567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 49.52%
G = 20.67%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE567C (or 0xCE567C) is known color: Cranberry. HEX triplet: CE, 56 and 7C. RGB value is (206,86,124). Sum of RGB (Red+Green+Blue) = 206+86+124=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE567C is #31A983. Grayscale: #7E7E7E. Windows color (decimal): -3254660 or 8148686. OLE color: 8148686.

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

Color convert

RGB 206 86 124 -
CMYK 0 0.58 0.40 0.19
HSL 341º 0.55% 0.57% -
HSV(B) 341º 0.58% 0.81% -
XYZ 32.42 21.23 21.46 -
YUV 126.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 206 86 124 0 0.58 0.40 0.19 341 0.55 0.57
Hex CE 56 7C 0 3A 28 13 155 37 39
Octal 316 126 174 0 72 50 23 525 67 71
Binary 11001110 1010110 1111100 0 111010 101000 10011 101010101 110111 111001

Color Harmonies of #CE567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE567C

Black with #CE567C

Text Example


Text Example

White with #CE567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE567C; }

 p { color: rgb(206,86,124); }

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

background-color css

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

 a { background-color: rgb(206,86,124); }

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

border-color css

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

 span { border-color: rgb(206,86,124); }

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