Html Css Color HEX #CE7422 Ochre

📋 copy color: '#CE7422'

red 206 ◦ green 116 ◦ blue 34

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

Shades of Ochre #CE7422

Tints of Ochre #CE7422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 57.87%
G = 32.58%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7422 (or 0xCE7422) is known color: Ochre. HEX triplet: CE, 74 and 22. RGB value is (206,116,34). Sum of RGB (Red+Green+Blue) = 206+116+34=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7422 is #318BDD. Grayscale: #858585. Windows color (decimal): -3247070 or 2258126. OLE color: 2258126.

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

Color convert

RGB 206 116 34 -
CMYK 0 0.44 0.83 0.19
HSL 28.6º 0.72% 0.47% -
HSV(B) 28.6º 0.83% 0.81% -
XYZ 31.99 25.73 4.79 -
YUV 133.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 206 116 34 0 0.44 0.83 0.19 28.6 0.72 0.47
Hex CE 74 22 0 2C 53 13 1D 48 2F
Octal 316 164 42 0 54 123 23 35 110 57
Binary 11001110 1110100 100010 0 101100 1010011 10011 11101 1001000 101111

Color Harmonies of #CE7422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7422

Black with #CE7422

Text Example


Text Example

White with #CE7422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7422; }

 p { color: rgb(206,116,34); }

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

background-color css

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

 a { background-color: rgb(206,116,34); }

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

border-color css

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

 span { border-color: rgb(206,116,34); }

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