Html Css Color HEX #CE617D Cranberry

📋 copy color: '#CE617D'

red 206 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #CE617D

Tints of Cranberry #CE617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 48.13%
G = 22.66%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE617D (or 0xCE617D) is known color: Cranberry. HEX triplet: CE, 61 and 7D. RGB value is (206,97,125). Sum of RGB (Red+Green+Blue) = 206+97+125=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE617D is #319E82. Grayscale: #848484. Windows color (decimal): -3251843 or 8217038. OLE color: 8217038.

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

Color convert

RGB 206 97 125 -
CMYK 0 0.53 0.39 0.19
HSL 344.59º 0.53% 0.59% -
HSV(B) 344.59º 0.53% 0.81% -
XYZ 33.43 23.15 22.11 -
YUV 132.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 206 97 125 0 0.53 0.39 0.19 344.59 0.53 0.59
Hex CE 61 7D 0 35 27 13 159 35 3B
Octal 316 141 175 0 65 47 23 531 65 73
Binary 11001110 1100001 1111101 0 110101 100111 10011 101011001 110101 111011

Color Harmonies of #CE617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE617D

Black with #CE617D

Text Example


Text Example

White with #CE617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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