Html Css Color HEX #C97D1F Ochre

📋 copy color: '#C97D1F'

red 201 ◦ green 125 ◦ blue 31

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

Shades of Ochre #C97D1F

Tints of Ochre #C97D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.01%

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

R = 56.3%
G = 35.01%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C97D1F (or 0xC97D1F) is known color: Ochre. HEX triplet: C9, 7D and 1F. RGB value is (201,125,31). Sum of RGB (Red+Green+Blue) = 201+125+31=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D1F is #3682E0. Grayscale: #898989. Windows color (decimal): -3572449 or 2063817. OLE color: 2063817.

HSL color Cylindrical-coordinate representation of color #C97D1F: hue angle of 33.18º 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 #C97D1F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 31 -
CMYK 0 0.38 0.85 0.21
HSL 33.18º 0.73% 0.45% -
HSV(B) 33.18º 0.85% 0.79% -
XYZ 31.67 27.18 4.87 -
YUV 137.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 201 125 31 0 0.38 0.85 0.21 33.18 0.73 0.45
Hex C9 7D 1F 0 26 55 15 21 49 2D
Octal 311 175 37 0 46 125 25 41 111 55
Binary 11001001 1111101 11111 0 100110 1010101 10101 100001 1001001 101101

Color Harmonies of #C97D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D1F

Black with #C97D1F

Text Example


Text Example

White with #C97D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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