Html Css Color HEX #C97A15 Ochre

📋 copy color: '#C97A15'

red 201 ◦ green 122 ◦ blue 21

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

Shades of Ochre #C97A15

Tints of Ochre #C97A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 58.43%
G = 35.47%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C97A15 (or 0xC97A15) is known color: Ochre. HEX triplet: C9, 7A and 15. RGB value is (201,122,21). Sum of RGB (Red+Green+Blue) = 201+122+21=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A15 is #3685EA. Grayscale: #868686. Windows color (decimal): -3573227 or 1407689. OLE color: 1407689.

HSL color Cylindrical-coordinate representation of color #C97A15: hue angle of 33.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C97A15 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 122 21 -
CMYK 0 0.39 0.90 0.21
HSL 33.67º 0.81% 0.44% -
HSV(B) 33.67º 0.9% 0.79% -
XYZ 31.18 26.39 4.16 -
YUV 134.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 201 122 21 0 0.39 0.90 0.21 33.67 0.81 0.44
Hex C9 7A 15 0 27 5A 15 22 51 2C
Octal 311 172 25 0 47 132 25 42 121 54
Binary 11001001 1111010 10101 0 100111 1011010 10101 100010 1010001 101100

Color Harmonies of #C97A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A15

Black with #C97A15

Text Example


Text Example

White with #C97A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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