Html Css Color HEX #CE7E1E Ochre

📋 copy color: '#CE7E1E'

red 206 ◦ green 126 ◦ blue 30

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

Shades of Ochre #CE7E1E

Tints of Ochre #CE7E1E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 56.91%
G = 34.81%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE7E1E (or 0xCE7E1E) is known color: Ochre. HEX triplet: CE, 7E and 1E. RGB value is (206,126,30). Sum of RGB (Red+Green+Blue) = 206+126+30=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7E1E is #3181E1. Grayscale: #8B8B8B. Windows color (decimal): -3244514 or 1998542. OLE color: 1998542.

HSL color Cylindrical-coordinate representation of color #CE7E1E: hue angle of 32.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE7E1E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 30 -
CMYK 0 0.39 0.85 0.19
HSL 32.73º 0.75% 0.46% -
HSV(B) 32.73º 0.85% 0.81% -
XYZ 33.15 28.14 4.91 -
YUV 138.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 206 126 30 0 0.39 0.85 0.19 32.73 0.75 0.46
Hex CE 7E 1E 0 27 55 13 21 4B 2E
Octal 316 176 36 0 47 125 23 41 113 56
Binary 11001110 1111110 11110 0 100111 1010101 10011 100001 1001011 101110

Color Harmonies of #CE7E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E1E

Black with #CE7E1E

Text Example


Text Example

White with #CE7E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E1E; }

 p { color: rgb(206,126,30); }

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

background-color css

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

 a { background-color: rgb(206,126,30); }

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

border-color css

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

 span { border-color: rgb(206,126,30); }

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