Html Css Color HEX #C97A1E Ochre

📋 copy color: '#C97A1E'

red 201 ◦ green 122 ◦ blue 30

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

Shades of Ochre #C97A1E

Tints of Ochre #C97A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 56.94%
G = 34.56%
B = 8.5%

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

#C97A1E (or 0xC97A1E) is known color: Ochre. HEX triplet: C9, 7A and 1E. RGB value is (201,122,30). Sum of RGB (Red+Green+Blue) = 201+122+30=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A1E is #3685E1. Grayscale: #878787. Windows color (decimal): -3573218 or 1997513. OLE color: 1997513.

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

Color convert

RGB 201 122 30 -
CMYK 0 0.39 0.85 0.21
HSL 32.28º 0.74% 0.45% -
HSV(B) 32.28º 0.85% 0.79% -
XYZ 31.28 26.43 4.68 -
YUV 135.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 201 122 30 0 0.39 0.85 0.21 32.28 0.74 0.45
Hex C9 7A 1E 0 27 55 15 20 4A 2D
Octal 311 172 36 0 47 125 25 40 112 55
Binary 11001001 1111010 11110 0 100111 1010101 10101 100000 1001010 101101

Color Harmonies of #C97A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A1E

Black with #C97A1E

Text Example


Text Example

White with #C97A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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