Html Css Color HEX #C97313 Ochre

📋 copy color: '#C97313'

red 201 ◦ green 115 ◦ blue 19

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

Shades of Ochre #C97313

Tints of Ochre #C97313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 60%
G = 34.33%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C97313 (or 0xC97313) is known color: Ochre. HEX triplet: C9, 73 and 13. RGB value is (201,115,19). Sum of RGB (Red+Green+Blue) = 201+115+19=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C97313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97313 is #368CEC. Grayscale: #828282. Windows color (decimal): -3575021 or 1274825. OLE color: 1274825.

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

Color convert

RGB 201 115 19 -
CMYK 0 0.43 0.91 0.21
HSL 31.65º 0.83% 0.43% -
HSV(B) 31.65º 0.91% 0.79% -
XYZ 30.34 24.73 3.79 -
YUV 129.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 201 115 19 0 0.43 0.91 0.21 31.65 0.83 0.43
Hex C9 73 13 0 2B 5B 15 20 53 2B
Octal 311 163 23 0 53 133 25 40 123 53
Binary 11001001 1110011 10011 0 101011 1011011 10101 100000 1010011 101011

Color Harmonies of #C97313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97313

Black with #C97313

Text Example


Text Example

White with #C97313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97313; }

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

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

background-color css

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

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

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

border-color css

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

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

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