Html Css Color HEX #CE4074 Cranberry

📋 copy color: '#CE4074'

red 206 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #CE4074

Tints of Cranberry #CE4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 53.37%
G = 16.58%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4074 (or 0xCE4074) is known color: Cranberry. HEX triplet: CE, 40 and 74. RGB value is (206,64,116). Sum of RGB (Red+Green+Blue) = 206+64+116=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4074 is #31BF8B. Grayscale: #707070. Windows color (decimal): -3260300 or 7618766. OLE color: 7618766.

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

Color convert

RGB 206 64 116 -
CMYK 0 0.69 0.44 0.19
HSL 338.03º 0.59% 0.53% -
HSV(B) 338.03º 0.69% 0.81% -
XYZ 30.44 18.05 18.4 -
YUV 112.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 206 64 116 0 0.69 0.44 0.19 338.03 0.59 0.53
Hex CE 40 74 0 45 2C 13 152 3B 35
Octal 316 100 164 0 105 54 23 522 73 65
Binary 11001110 1000000 1110100 0 1000101 101100 10011 101010010 111011 110101

Color Harmonies of #CE4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4074

Black with #CE4074

Text Example


Text Example

White with #CE4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4074; }

 p { color: rgb(206,64,116); }

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

background-color css

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

 a { background-color: rgb(206,64,116); }

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

border-color css

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

 span { border-color: rgb(206,64,116); }

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