Html Css Color HEX #CE7B1F Ochre

📋 copy color: '#CE7B1F'

red 206 ◦ green 123 ◦ blue 31

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

Shades of Ochre #CE7B1F

Tints of Ochre #CE7B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

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

R = 57.22%
G = 34.17%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE7B1F (or 0xCE7B1F) is known color: Ochre. HEX triplet: CE, 7B and 1F. RGB value is (206,123,31). Sum of RGB (Red+Green+Blue) = 206+123+31=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B1F is #3184E0. Grayscale: #898989. Windows color (decimal): -3245281 or 2063310. OLE color: 2063310.

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

Color convert

RGB 206 123 31 -
CMYK 0 0.40 0.85 0.19
HSL 31.54º 0.74% 0.46% -
HSV(B) 31.54º 0.85% 0.81% -
XYZ 32.78 27.39 4.85 -
YUV 137.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 206 123 31 0 0.40 0.85 0.19 31.54 0.74 0.46
Hex CE 7B 1F 0 28 55 13 20 4A 2E
Octal 316 173 37 0 50 125 23 40 112 56
Binary 11001110 1111011 11111 0 101000 1010101 10011 100000 1001010 101110

Color Harmonies of #CE7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B1F

Black with #CE7B1F

Text Example


Text Example

White with #CE7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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