Html Css Color HEX #C97D1C Ochre

📋 copy color: '#C97D1C'

red 201 ◦ green 125 ◦ blue 28

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

Shades of Ochre #C97D1C

Tints of Ochre #C97D1C

RGB

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

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

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

R = 56.78%
G = 35.31%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C97D1C (or 0xC97D1C) is known color: Ochre. HEX triplet: C9, 7D and 1C. RGB value is (201,125,28). Sum of RGB (Red+Green+Blue) = 201+125+28=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D1C is #3682E3. Grayscale: #898989. Windows color (decimal): -3572452 or 1867209. OLE color: 1867209.

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

Color convert

RGB 201 125 28 -
CMYK 0 0.38 0.86 0.21
HSL 33.64º 0.76% 0.45% -
HSV(B) 33.64º 0.86% 0.79% -
XYZ 31.63 27.17 4.68 -
YUV 136.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 201 125 28 0 0.38 0.86 0.21 33.64 0.76 0.45
Hex C9 7D 1C 0 26 56 15 22 4C 2D
Octal 311 175 34 0 46 126 25 42 114 55
Binary 11001001 1111101 11100 0 100110 1010110 10101 100010 1001100 101101

Color Harmonies of #C97D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D1C

Black with #C97D1C

Text Example


Text Example

White with #C97D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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