Html Css Color HEX #CE617F Cranberry

📋 copy color: '#CE617F'

red 206 ◦ green 97 ◦ blue 127

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

Shades of Cranberry #CE617F

Tints of Cranberry #CE617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

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

R = 47.91%
G = 22.56%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE617F (or 0xCE617F) is known color: Cranberry. HEX triplet: CE, 61 and 7F. RGB value is (206,97,127). Sum of RGB (Red+Green+Blue) = 206+97+127=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE617F is #319E80. Grayscale: #858585. Windows color (decimal): -3251841 or 8348110. OLE color: 8348110.

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

Color convert

RGB 206 97 127 -
CMYK 0 0.53 0.38 0.19
HSL 343.49º 0.53% 0.59% -
HSV(B) 343.49º 0.53% 0.81% -
XYZ 33.56 23.2 22.79 -
YUV 133.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 206 97 127 0 0.53 0.38 0.19 343.49 0.53 0.59
Hex CE 61 7F 0 35 26 13 157 35 3B
Octal 316 141 177 0 65 46 23 527 65 73
Binary 11001110 1100001 1111111 0 110101 100110 10011 101010111 110101 111011

Color Harmonies of #CE617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE617F

Black with #CE617F

Text Example


Text Example

White with #CE617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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