Html Css Color HEX #CE4375 Cranberry

📋 copy color: '#CE4375'

red 206 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #CE4375

Tints of Cranberry #CE4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30%

R = 52.82%
G = 17.18%
B = 30%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE4375 (or 0xCE4375) is known color: Cranberry. HEX triplet: CE, 43 and 75. RGB value is (206,67,117). Sum of RGB (Red+Green+Blue) = 206+67+117=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4375 is #31BC8A. Grayscale: #727272. Windows color (decimal): -3259531 or 7685070. OLE color: 7685070.

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

Color convert

RGB 206 67 117 -
CMYK 0 0.67 0.43 0.19
HSL 338.42º 0.59% 0.54% -
HSV(B) 338.42º 0.67% 0.81% -
XYZ 30.67 18.42 18.77 -
YUV 114.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 206 67 117 0 0.67 0.43 0.19 338.42 0.59 0.54
Hex CE 43 75 0 43 2B 13 152 3B 36
Octal 316 103 165 0 103 53 23 522 73 66
Binary 11001110 1000011 1110101 0 1000011 101011 10011 101010010 111011 110110

Color Harmonies of #CE4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4375

Black with #CE4375

Text Example


Text Example

White with #CE4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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