Html Css Color HEX #CE4374 Cranberry

📋 copy color: '#CE4374'

red 206 ◦ green 67 ◦ blue 116

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

Shades of Cranberry #CE4374

Tints of Cranberry #CE4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

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

R = 52.96%
G = 17.22%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE4374 (or 0xCE4374) is known color: Cranberry. HEX triplet: CE, 43 and 74. RGB value is (206,67,116). Sum of RGB (Red+Green+Blue) = 206+67+116=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4374 is #31BC8B. Grayscale: #727272. Windows color (decimal): -3259532 or 7619534. OLE color: 7619534.

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

Color convert

RGB 206 67 116 -
CMYK 0 0.67 0.44 0.19
HSL 338.85º 0.59% 0.54% -
HSV(B) 338.85º 0.67% 0.81% -
XYZ 30.61 18.4 18.46 -
YUV 114.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 206 67 116 0 0.67 0.44 0.19 338.85 0.59 0.54
Hex CE 43 74 0 43 2C 13 153 3B 36
Octal 316 103 164 0 103 54 23 523 73 66
Binary 11001110 1000011 1110100 0 1000011 101100 10011 101010011 111011 110110

Color Harmonies of #CE4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4374

Black with #CE4374

Text Example


Text Example

White with #CE4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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