Html Css Color HEX #CE7A17 Ochre

📋 copy color: '#CE7A17'

red 206 ◦ green 122 ◦ blue 23

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

Shades of Ochre #CE7A17

Tints of Ochre #CE7A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 58.69%
G = 34.76%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7A17 (or 0xCE7A17) is known color: Ochre. HEX triplet: CE, 7A and 17. RGB value is (206,122,23). Sum of RGB (Red+Green+Blue) = 206+122+23=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A17 is #3185E8. Grayscale: #888888. Windows color (decimal): -3245545 or 1538766. OLE color: 1538766.

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

Color convert

RGB 206 122 23 -
CMYK 0 0.41 0.89 0.19
HSL 32.46º 0.8% 0.45% -
HSV(B) 32.46º 0.89% 0.81% -
XYZ 32.57 27.1 4.33 -
YUV 135.83 64.33 178.05 -
System Red Green Blue C M Y K H S L
Decimal 206 122 23 0 0.41 0.89 0.19 32.46 0.8 0.45
Hex CE 7A 17 0 29 59 13 20 50 2D
Octal 316 172 27 0 51 131 23 40 120 55
Binary 11001110 1111010 10111 0 101001 1011001 10011 100000 1010000 101101

Color Harmonies of #CE7A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A17

Black with #CE7A17

Text Example


Text Example

White with #CE7A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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