Html Css Color HEX #C97329 Ochre

📋 copy color: '#C97329'

red 201 ◦ green 115 ◦ blue 41

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

Shades of Ochre #C97329

Tints of Ochre #C97329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 56.3%
G = 32.21%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C97329 (or 0xC97329) is known color: Ochre. HEX triplet: C9, 73 and 29. RGB value is (201,115,41). Sum of RGB (Red+Green+Blue) = 201+115+41=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C97329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97329 is #368CD6. Grayscale: #848484. Windows color (decimal): -3574999 or 2716617. OLE color: 2716617.

HSL color Cylindrical-coordinate representation of color #C97329: hue angle of 27.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C97329 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 41 -
CMYK 0 0.43 0.80 0.21
HSL 27.75º 0.66% 0.47% -
HSV(B) 27.75º 0.8% 0.79% -
XYZ 30.62 24.84 5.28 -
YUV 132.28 76.49 177.02 -
System Red Green Blue C M Y K H S L
Decimal 201 115 41 0 0.43 0.80 0.21 27.75 0.66 0.47
Hex C9 73 29 0 2B 50 15 1C 42 2F
Octal 311 163 51 0 53 120 25 34 102 57
Binary 11001001 1110011 101001 0 101011 1010000 10101 11100 1000010 101111

Color Harmonies of #C97329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97329

Black with #C97329

Text Example


Text Example

White with #C97329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97329; }

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

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

background-color css

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

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

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

border-color css

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

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

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