Html Css Color HEX #C97A20 Ochre

📋 copy color: '#C97A20'

red 201 ◦ green 122 ◦ blue 32

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

Shades of Ochre #C97A20

Tints of Ochre #C97A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 56.62%
G = 34.37%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C97A20 (or 0xC97A20) is known color: Ochre. HEX triplet: C9, 7A and 20. RGB value is (201,122,32). Sum of RGB (Red+Green+Blue) = 201+122+32=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A20 is #3685DF. Grayscale: #878787. Windows color (decimal): -3573216 or 2128585. OLE color: 2128585.

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

Color convert

RGB 201 122 32 -
CMYK 0 0.39 0.84 0.21
HSL 31.95º 0.73% 0.46% -
HSV(B) 31.95º 0.84% 0.79% -
XYZ 31.31 26.44 4.82 -
YUV 135.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 201 122 32 0 0.39 0.84 0.21 31.95 0.73 0.46
Hex C9 7A 20 0 27 54 15 20 49 2E
Octal 311 172 40 0 47 124 25 40 111 56
Binary 11001001 1111010 100000 0 100111 1010100 10101 100000 1001001 101110

Color Harmonies of #C97A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A20

Black with #C97A20

Text Example


Text Example

White with #C97A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A20; }

 p { color: rgb(201,122,32); }

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

background-color css

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

 a { background-color: rgb(201,122,32); }

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

border-color css

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

 span { border-color: rgb(201,122,32); }

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