Html Css Color HEX #CE6334 Chilean Fire

📋 copy color: '#CE6334'

red 206 ◦ green 99 ◦ blue 52

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

Shades of Chilean Fire #CE6334

Tints of Chilean Fire #CE6334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 52 (20.7% from 255) = 14.57%

R = 57.7%
G = 27.73%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE6334 (or 0xCE6334) is known color: Chilean Fire. HEX triplet: CE, 63 and 34. RGB value is (206,99,52). Sum of RGB (Red+Green+Blue) = 206+99+52=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6334 is #319CCB. Grayscale: #7D7D7D. Windows color (decimal): -3251404 or 3433422. OLE color: 3433422.

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

Color convert

RGB 206 99 52 -
CMYK 0 0.52 0.75 0.19
HSL 18.31º 0.61% 0.51% -
HSV(B) 18.31º 0.75% 0.81% -
XYZ 30.54 22.29 5.94 -
YUV 125.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 206 99 52 0 0.52 0.75 0.19 18.31 0.61 0.51
Hex CE 63 34 0 34 4B 13 12 3D 33
Octal 316 143 64 0 64 113 23 22 75 63
Binary 11001110 1100011 110100 0 110100 1001011 10011 10010 111101 110011

Color Harmonies of #CE6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6334

Black with #CE6334

Text Example


Text Example

White with #CE6334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6334; }

 p { color: rgb(206,99,52); }

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

background-color css

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

 a { background-color: rgb(206,99,52); }

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

border-color css

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

 span { border-color: rgb(206,99,52); }

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