Html Css Color HEX #CE7A0F Ochre

📋 copy color: '#CE7A0F'

red 206 ◦ green 122 ◦ blue 15

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

Shades of Ochre #CE7A0F

Tints of Ochre #CE7A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 60.06%
G = 35.57%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE7A0F (or 0xCE7A0F) is known color: Ochre. HEX triplet: CE, 7A and 0F. RGB value is (206,122,15). Sum of RGB (Red+Green+Blue) = 206+122+15=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A0F is #3185F0. Grayscale: #878787. Windows color (decimal): -3245553 or 1014478. OLE color: 1014478.

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

Color convert

RGB 206 122 15 -
CMYK 0 0.41 0.93 0.19
HSL 33.61º 0.86% 0.43% -
HSV(B) 33.61º 0.93% 0.81% -
XYZ 32.5 27.08 3.97 -
YUV 134.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 206 122 15 0 0.41 0.93 0.19 33.61 0.86 0.43
Hex CE 7A F 0 29 5D 13 22 56 2B
Octal 316 172 17 0 51 135 23 42 126 53
Binary 11001110 1111010 1111 0 101001 1011101 10011 100010 1010110 101011

Color Harmonies of #CE7A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A0F

Black with #CE7A0F

Text Example


Text Example

White with #CE7A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A0F; }

 p { color: rgb(206,122,15); }

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

background-color css

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

 a { background-color: rgb(206,122,15); }

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

border-color css

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

 span { border-color: rgb(206,122,15); }

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