Html Css Color HEX #CE7A0A Ochre

📋 copy color: '#CE7A0A'

red 206 ◦ green 122 ◦ blue 10

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

Shades of Ochre #CE7A0A

Tints of Ochre #CE7A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 60.95%
G = 36.09%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE7A0A (or 0xCE7A0A) is known color: Ochre. HEX triplet: CE, 7A and 0A. RGB value is (206,122,10). Sum of RGB (Red+Green+Blue) = 206+122+10=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A0A is #3185F5. Grayscale: #868686. Windows color (decimal): -3245558 or 686798. OLE color: 686798.

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

Color convert

RGB 206 122 10 -
CMYK 0 0.41 0.95 0.19
HSL 34.29º 0.91% 0.42% -
HSV(B) 34.29º 0.95% 0.81% -
XYZ 32.47 27.06 3.8 -
YUV 134.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 206 122 10 0 0.41 0.95 0.19 34.29 0.91 0.42
Hex CE 7A A 0 29 5F 13 22 5B 2A
Octal 316 172 12 0 51 137 23 42 133 52
Binary 11001110 1111010 1010 0 101001 1011111 10011 100010 1011011 101010

Color Harmonies of #CE7A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A0A

Black with #CE7A0A

Text Example


Text Example

White with #CE7A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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