Html Css Color HEX #CE7D1F Ochre

📋 copy color: '#CE7D1F'

red 206 ◦ green 125 ◦ blue 31

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

Shades of Ochre #CE7D1F

Tints of Ochre #CE7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 56.91%
G = 34.53%
B = 8.56%

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

#CE7D1F (or 0xCE7D1F) is known color: Ochre. HEX triplet: CE, 7D and 1F. RGB value is (206,125,31). Sum of RGB (Red+Green+Blue) = 206+125+31=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7D1F is #3182E0. Grayscale: #8A8A8A. Windows color (decimal): -3244769 or 2063822. OLE color: 2063822.

HSL color Cylindrical-coordinate representation of color #CE7D1F: hue angle of 32.23º degrees, saturation: 0.74, 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 #CE7D1F is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 31 -
CMYK 0 0.39 0.85 0.19
HSL 32.23º 0.74% 0.46% -
HSV(B) 32.23º 0.85% 0.81% -
XYZ 33.03 27.89 4.94 -
YUV 138.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 206 125 31 0 0.39 0.85 0.19 32.23 0.74 0.46
Hex CE 7D 1F 0 27 55 13 20 4A 2E
Octal 316 175 37 0 47 125 23 40 112 56
Binary 11001110 1111101 11111 0 100111 1010101 10011 100000 1001010 101110

Color Harmonies of #CE7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D1F

Black with #CE7D1F

Text Example


Text Example

White with #CE7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D1F; }

 p { color: rgb(206,125,31); }

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

background-color css

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

 a { background-color: rgb(206,125,31); }

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

border-color css

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

 span { border-color: rgb(206,125,31); }

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