Html Css Color HEX #CE730C Ochre

📋 copy color: '#CE730C'

red 206 ◦ green 115 ◦ blue 12

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

Shades of Ochre #CE730C

Tints of Ochre #CE730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 61.86%
G = 34.53%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE730C (or 0xCE730C) is known color: Ochre. HEX triplet: CE, 73 and 0C. RGB value is (206,115,12). Sum of RGB (Red+Green+Blue) = 206+115+12=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE730C is #318CF3. Grayscale: #828282. Windows color (decimal): -3247348 or 816078. OLE color: 816078.

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

Color convert

RGB 206 115 12 -
CMYK 0 0.44 0.94 0.19
HSL 31.86º 0.89% 0.43% -
HSV(B) 31.86º 0.94% 0.81% -
XYZ 31.65 25.41 3.58 -
YUV 130.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 206 115 12 0 0.44 0.94 0.19 31.86 0.89 0.43
Hex CE 73 C 0 2C 5E 13 20 59 2B
Octal 316 163 14 0 54 136 23 40 131 53
Binary 11001110 1110011 1100 0 101100 1011110 10011 100000 1011001 101011

Color Harmonies of #CE730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE730C

Black with #CE730C

Text Example


Text Example

White with #CE730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE730C; }

 p { color: rgb(206,115,12); }

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

background-color css

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

 a { background-color: rgb(206,115,12); }

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

border-color css

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

 span { border-color: rgb(206,115,12); }

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