Html Css Color HEX #C97A1C Ochre

📋 copy color: '#C97A1C'

red 201 ◦ green 122 ◦ blue 28

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

Shades of Ochre #C97A1C

Tints of Ochre #C97A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 57.26%
G = 34.76%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C97A1C (or 0xC97A1C) is known color: Ochre. HEX triplet: C9, 7A and 1C. RGB value is (201,122,28). Sum of RGB (Red+Green+Blue) = 201+122+28=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A1C is #3685E3. Grayscale: #878787. Windows color (decimal): -3573220 or 1866441. OLE color: 1866441.

HSL color Cylindrical-coordinate representation of color #C97A1C: hue angle of 32.6º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C97A1C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 122 28 -
CMYK 0 0.39 0.86 0.21
HSL 32.6º 0.76% 0.45% -
HSV(B) 32.6º 0.86% 0.79% -
XYZ 31.26 26.42 4.55 -
YUV 134.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 201 122 28 0 0.39 0.86 0.21 32.6 0.76 0.45
Hex C9 7A 1C 0 27 56 15 21 4C 2D
Octal 311 172 34 0 47 126 25 41 114 55
Binary 11001001 1111010 11100 0 100111 1010110 10101 100001 1001100 101101

Color Harmonies of #C97A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A1C

Black with #C97A1C

Text Example


Text Example

White with #C97A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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