Html Css Color HEX #C97A21 Ochre

📋 copy color: '#C97A21'

red 201 ◦ green 122 ◦ blue 33

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

Shades of Ochre #C97A21

Tints of Ochre #C97A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 56.46%
G = 34.27%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C97A21 (or 0xC97A21) is known color: Ochre. HEX triplet: C9, 7A and 21. RGB value is (201,122,33). Sum of RGB (Red+Green+Blue) = 201+122+33=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A21 is #3685DE. Grayscale: #878787. Windows color (decimal): -3573215 or 2194121. OLE color: 2194121.

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

Color convert

RGB 201 122 33 -
CMYK 0 0.39 0.84 0.21
HSL 31.79º 0.72% 0.46% -
HSV(B) 31.79º 0.84% 0.79% -
XYZ 31.32 26.45 4.89 -
YUV 135.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 201 122 33 0 0.39 0.84 0.21 31.79 0.72 0.46
Hex C9 7A 21 0 27 54 15 20 48 2E
Octal 311 172 41 0 47 124 25 40 110 56
Binary 11001001 1111010 100001 0 100111 1010100 10101 100000 1001000 101110

Color Harmonies of #C97A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A21

Black with #C97A21

Text Example


Text Example

White with #C97A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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