Html Css Color HEX #C97C25 Ochre

📋 copy color: '#C97C25'

red 201 ◦ green 124 ◦ blue 37

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

Shades of Ochre #C97C25

Tints of Ochre #C97C25

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 55.52%
G = 34.25%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C97C25 (or 0xC97C25) is known color: Ochre. HEX triplet: C9, 7C and 25. RGB value is (201,124,37). Sum of RGB (Red+Green+Blue) = 201+124+37=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C25 is #3683DA. Grayscale: #898989. Windows color (decimal): -3572699 or 2456777. OLE color: 2456777.

HSL color Cylindrical-coordinate representation of color #C97C25: hue angle of 31.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C97C25 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 124 37 -
CMYK 0 0.38 0.82 0.21
HSL 31.83º 0.69% 0.47% -
HSV(B) 31.83º 0.82% 0.79% -
XYZ 31.63 26.97 5.29 -
YUV 137.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 201 124 37 0 0.38 0.82 0.21 31.83 0.69 0.47
Hex C9 7C 25 0 26 52 15 20 45 2F
Octal 311 174 45 0 46 122 25 40 105 57
Binary 11001001 1111100 100101 0 100110 1010010 10101 100000 1000101 101111

Color Harmonies of #C97C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C25

Black with #C97C25

Text Example


Text Example

White with #C97C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C25; }

 p { color: rgb(201,124,37); }

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

background-color css

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

 a { background-color: rgb(201,124,37); }

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

border-color css

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

 span { border-color: rgb(201,124,37); }

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