Html Css Color HEX #CE6038 Chilean Fire

📋 copy color: '#CE6038'

red 206 ◦ green 96 ◦ blue 56

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

Shades of Chilean Fire #CE6038

Tints of Chilean Fire #CE6038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 57.54%
G = 26.82%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE6038 (or 0xCE6038) is known color: Chilean Fire. HEX triplet: CE, 60 and 38. RGB value is (206,96,56). Sum of RGB (Red+Green+Blue) = 206+96+56=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6038 is #319FC7. Grayscale: #7C7C7C. Windows color (decimal): -3252168 or 3694798. OLE color: 3694798.

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

Color convert

RGB 206 96 56 -
CMYK 0 0.53 0.73 0.19
HSL 16º 0.6% 0.51% -
HSV(B) 16º 0.73% 0.81% -
XYZ 30.35 21.77 6.34 -
YUV 124.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 206 96 56 0 0.53 0.73 0.19 16 0.6 0.51
Hex CE 60 38 0 35 49 13 10 3C 33
Octal 316 140 70 0 65 111 23 20 74 63
Binary 11001110 1100000 111000 0 110101 1001001 10011 10000 111100 110011

Color Harmonies of #CE6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6038

Black with #CE6038

Text Example


Text Example

White with #CE6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6038; }

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

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

background-color css

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

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

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

border-color css

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

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

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