Html Css Color HEX #C97316 Ochre

📋 copy color: '#C97316'

red 201 ◦ green 115 ◦ blue 22

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

Shades of Ochre #C97316

Tints of Ochre #C97316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 59.47%
G = 34.02%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C97316 (or 0xC97316) is known color: Ochre. HEX triplet: C9, 73 and 16. RGB value is (201,115,22). Sum of RGB (Red+Green+Blue) = 201+115+22=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C97316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97316 is #368CE9. Grayscale: #828282. Windows color (decimal): -3575018 or 1471433. OLE color: 1471433.

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

Color convert

RGB 201 115 22 -
CMYK 0 0.43 0.89 0.21
HSL 31.17º 0.8% 0.44% -
HSV(B) 31.17º 0.89% 0.79% -
XYZ 30.36 24.74 3.93 -
YUV 130.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 201 115 22 0 0.43 0.89 0.21 31.17 0.8 0.44
Hex C9 73 16 0 2B 59 15 1F 50 2C
Octal 311 163 26 0 53 131 25 37 120 54
Binary 11001001 1110011 10110 0 101011 1011001 10101 11111 1010000 101100

Color Harmonies of #C97316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97316

Black with #C97316

Text Example


Text Example

White with #C97316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97316; }

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

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

background-color css

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

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

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

border-color css

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

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

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