Html Css Color HEX #CE7075 Froly

📋 copy color: '#CE7075'

red 206 ◦ green 112 ◦ blue 117

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

Shades of Froly #CE7075

Tints of Froly #CE7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 47.36%
G = 25.75%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7075 (or 0xCE7075) is known color: Froly. HEX triplet: CE, 70 and 75. RGB value is (206,112,117). Sum of RGB (Red+Green+Blue) = 206+112+117=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7075 is #318F8A. Grayscale: #8C8C8C. Windows color (decimal): -3248011 or 7696590. OLE color: 7696590.

HSL color Cylindrical-coordinate representation of color #CE7075: hue angle of 356.81º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7075 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 117 -
CMYK 0 0.46 0.43 0.19
HSL 356.81º 0.49% 0.62% -
HSV(B) 356.81º 0.46% 0.81% -
XYZ 34.46 25.99 20.03 -
YUV 140.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 206 112 117 0 0.46 0.43 0.19 356.81 0.49 0.62
Hex CE 70 75 0 2E 2B 13 165 31 3E
Octal 316 160 165 0 56 53 23 545 61 76
Binary 11001110 1110000 1110101 0 101110 101011 10011 101100101 110001 111110

Color Harmonies of #CE7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7075

Black with #CE7075

Text Example


Text Example

White with #CE7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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