Html Css Color HEX #C97122 Ochre

📋 copy color: '#C97122'

red 201 ◦ green 113 ◦ blue 34

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

Shades of Ochre #C97122

Tints of Ochre #C97122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 57.76%
G = 32.47%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C97122 (or 0xC97122) is known color: Ochre. HEX triplet: C9, 71 and 22. RGB value is (201,113,34). Sum of RGB (Red+Green+Blue) = 201+113+34=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C97122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97122 is #368EDD. Grayscale: #828282. Windows color (decimal): -3575518 or 2257353. OLE color: 2257353.

HSL color Cylindrical-coordinate representation of color #C97122: hue angle of 28.38º 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 #C97122 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 34 -
CMYK 0 0.44 0.83 0.21
HSL 28.38º 0.71% 0.46% -
HSV(B) 28.38º 0.83% 0.79% -
XYZ 30.28 24.34 4.62 -
YUV 130.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 201 113 34 0 0.44 0.83 0.21 28.38 0.71 0.46
Hex C9 71 22 0 2C 53 15 1C 47 2E
Octal 311 161 42 0 54 123 25 34 107 56
Binary 11001001 1110001 100010 0 101100 1010011 10101 11100 1000111 101110

Color Harmonies of #C97122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97122

Black with #C97122

Text Example


Text Example

White with #C97122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97122; }

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

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

background-color css

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

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

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

border-color css

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

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

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