Html Css Color HEX #CE607C Cranberry

📋 copy color: '#CE607C'

red 206 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #CE607C

Tints of Cranberry #CE607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

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

R = 48.36%
G = 22.54%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE607C (or 0xCE607C) is known color: Cranberry. HEX triplet: CE, 60 and 7C. RGB value is (206,96,124). Sum of RGB (Red+Green+Blue) = 206+96+124=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE607C is #319F83. Grayscale: #848484. Windows color (decimal): -3252100 or 8151246. OLE color: 8151246.

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

Color convert

RGB 206 96 124 -
CMYK 0 0.53 0.40 0.19
HSL 344.73º 0.53% 0.59% -
HSV(B) 344.73º 0.53% 0.81% -
XYZ 33.27 22.94 21.74 -
YUV 132.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 206 96 124 0 0.53 0.40 0.19 344.73 0.53 0.59
Hex CE 60 7C 0 35 28 13 159 35 3B
Octal 316 140 174 0 65 50 23 531 65 73
Binary 11001110 1100000 1111100 0 110101 101000 10011 101011001 110101 111011

Color Harmonies of #CE607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE607C

Black with #CE607C

Text Example


Text Example

White with #CE607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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