Html Css Color HEX #C97422 Ochre

📋 copy color: '#C97422'

red 201 ◦ green 116 ◦ blue 34

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

Shades of Ochre #C97422

Tints of Ochre #C97422

RGB

 RED value IS 201 (78.91% from 255) = 57.26%

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

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

R = 57.26%
G = 33.05%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C97422 (or 0xC97422) is known color: Ochre. HEX triplet: C9, 74 and 22. RGB value is (201,116,34). Sum of RGB (Red+Green+Blue) = 201+116+34=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97422 is #368BDD. Grayscale: #848484. Windows color (decimal): -3574750 or 2258121. OLE color: 2258121.

HSL color Cylindrical-coordinate representation of color #C97422: hue angle of 29.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C97422 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 34 -
CMYK 0 0.42 0.83 0.21
HSL 29.46º 0.71% 0.46% -
HSV(B) 29.46º 0.83% 0.79% -
XYZ 30.62 25.02 4.73 -
YUV 132.07 72.66 177.17 -
System Red Green Blue C M Y K H S L
Decimal 201 116 34 0 0.42 0.83 0.21 29.46 0.71 0.46
Hex C9 74 22 0 2A 53 15 1D 47 2E
Octal 311 164 42 0 52 123 25 35 107 56
Binary 11001001 1110100 100010 0 101010 1010011 10101 11101 1000111 101110

Color Harmonies of #C97422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97422

Black with #C97422

Text Example


Text Example

White with #C97422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97422; }

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

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

background-color css

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

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

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

border-color css

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

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

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