Html Css Color HEX #C97A1F Ochre

📋 copy color: '#C97A1F'

red 201 ◦ green 122 ◦ blue 31

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

Shades of Ochre #C97A1F

Tints of Ochre #C97A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 56.78%
G = 34.46%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C97A1F (or 0xC97A1F) is known color: Ochre. HEX triplet: C9, 7A and 1F. RGB value is (201,122,31). Sum of RGB (Red+Green+Blue) = 201+122+31=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A1F is #3685E0. Grayscale: #878787. Windows color (decimal): -3573217 or 2063049. OLE color: 2063049.

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

Color convert

RGB 201 122 31 -
CMYK 0 0.39 0.85 0.21
HSL 32.12º 0.73% 0.45% -
HSV(B) 32.12º 0.85% 0.79% -
XYZ 31.29 26.44 4.75 -
YUV 135.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 201 122 31 0 0.39 0.85 0.21 32.12 0.73 0.45
Hex C9 7A 1F 0 27 55 15 20 49 2D
Octal 311 172 37 0 47 125 25 40 111 55
Binary 11001001 1111010 11111 0 100111 1010101 10101 100000 1001001 101101

Color Harmonies of #C97A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A1F

Black with #C97A1F

Text Example


Text Example

White with #C97A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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