Html Css Color HEX #CE6035 Chilean Fire

📋 copy color: '#CE6035'

red 206 ◦ green 96 ◦ blue 53

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

Shades of Chilean Fire #CE6035

Tints of Chilean Fire #CE6035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 58.03%
G = 27.04%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE6035 (or 0xCE6035) is known color: Chilean Fire. HEX triplet: CE, 60 and 35. RGB value is (206,96,53). Sum of RGB (Red+Green+Blue) = 206+96+53=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6035 is #319FCA. Grayscale: #7C7C7C. Windows color (decimal): -3252171 or 3498190. OLE color: 3498190.

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

Color convert

RGB 206 96 53 -
CMYK 0 0.53 0.74 0.19
HSL 16.86º 0.61% 0.51% -
HSV(B) 16.86º 0.74% 0.81% -
XYZ 30.28 21.74 5.97 -
YUV 123.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 206 96 53 0 0.53 0.74 0.19 16.86 0.61 0.51
Hex CE 60 35 0 35 4A 13 11 3D 33
Octal 316 140 65 0 65 112 23 21 75 63
Binary 11001110 1100000 110101 0 110101 1001010 10011 10001 111101 110011

Color Harmonies of #CE6035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6035

Black with #CE6035

Text Example


Text Example

White with #CE6035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6035; }

 p { color: rgb(206,96,53); }

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

background-color css

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

 a { background-color: rgb(206,96,53); }

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

border-color css

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

 span { border-color: rgb(206,96,53); }

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