Html Css Color HEX #C97A22 Ochre

📋 copy color: '#C97A22'

red 201 ◦ green 122 ◦ blue 34

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

Shades of Ochre #C97A22

Tints of Ochre #C97A22

RGB

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

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

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

R = 56.3%
G = 34.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C97A22 (or 0xC97A22) is known color: Ochre. HEX triplet: C9, 7A and 22. RGB value is (201,122,34). Sum of RGB (Red+Green+Blue) = 201+122+34=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A22 is #3685DD. Grayscale: #888888. Windows color (decimal): -3573214 or 2259657. OLE color: 2259657.

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

Color convert

RGB 201 122 34 -
CMYK 0 0.39 0.83 0.21
HSL 31.62º 0.71% 0.46% -
HSV(B) 31.62º 0.83% 0.79% -
XYZ 31.34 26.45 4.97 -
YUV 135.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 201 122 34 0 0.39 0.83 0.21 31.62 0.71 0.46
Hex C9 7A 22 0 27 53 15 20 47 2E
Octal 311 172 42 0 47 123 25 40 107 56
Binary 11001001 1111010 100010 0 100111 1010011 10101 100000 1000111 101110

Color Harmonies of #C97A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A22

Black with #C97A22

Text Example


Text Example

White with #C97A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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