Html Css Color HEX #C97321 Ochre

📋 copy color: '#C97321'

red 201 ◦ green 115 ◦ blue 33

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

Shades of Ochre #C97321

Tints of Ochre #C97321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 57.59%
G = 32.95%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C97321 (or 0xC97321) is known color: Ochre. HEX triplet: C9, 73 and 21. RGB value is (201,115,33). Sum of RGB (Red+Green+Blue) = 201+115+33=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C97321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97321 is #368CDE. Grayscale: #838383. Windows color (decimal): -3575007 or 2192329. OLE color: 2192329.

HSL color Cylindrical-coordinate representation of color #C97321: hue angle of 29.29º degrees, saturation: 0.72, 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 #C97321 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 33 -
CMYK 0 0.43 0.84 0.21
HSL 29.29º 0.72% 0.46% -
HSV(B) 29.29º 0.84% 0.79% -
XYZ 30.49 24.79 4.62 -
YUV 131.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 201 115 33 0 0.43 0.84 0.21 29.29 0.72 0.46
Hex C9 73 21 0 2B 54 15 1D 48 2E
Octal 311 163 41 0 53 124 25 35 110 56
Binary 11001001 1110011 100001 0 101011 1010100 10101 11101 1001000 101110

Color Harmonies of #C97321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97321

Black with #C97321

Text Example


Text Example

White with #C97321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97321; }

 p { color: rgb(201,115,33); }

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

background-color css

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

 a { background-color: rgb(201,115,33); }

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

border-color css

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

 span { border-color: rgb(201,115,33); }

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