Html Css Color HEX #CE7513 Ochre

📋 copy color: '#CE7513'

red 206 ◦ green 117 ◦ blue 19

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

Shades of Ochre #CE7513

Tints of Ochre #CE7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 60.23%
G = 34.21%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE7513 (or 0xCE7513) is known color: Ochre. HEX triplet: CE, 75 and 13. RGB value is (206,117,19). Sum of RGB (Red+Green+Blue) = 206+117+19=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7513 is #318AEC. Grayscale: #848484. Windows color (decimal): -3246829 or 1275342. OLE color: 1275342.

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

Color convert

RGB 206 117 19 -
CMYK 0 0.43 0.91 0.19
HSL 31.44º 0.83% 0.44% -
HSV(B) 31.44º 0.91% 0.81% -
XYZ 31.93 25.89 3.93 -
YUV 132.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 206 117 19 0 0.43 0.91 0.19 31.44 0.83 0.44
Hex CE 75 13 0 2B 5B 13 1F 53 2C
Octal 316 165 23 0 53 133 23 37 123 54
Binary 11001110 1110101 10011 0 101011 1011011 10011 11111 1010011 101100

Color Harmonies of #CE7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7513

Black with #CE7513

Text Example


Text Example

White with #CE7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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