Html Css Color HEX #C97B21 Ochre

📋 copy color: '#C97B21'

red 201 ◦ green 123 ◦ blue 33

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

Shades of Ochre #C97B21

Tints of Ochre #C97B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

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

R = 56.3%
G = 34.45%
B = 9.24%

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

#C97B21 (or 0xC97B21) is known color: Ochre. HEX triplet: C9, 7B and 21. RGB value is (201,123,33). Sum of RGB (Red+Green+Blue) = 201+123+33=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B21 is #3684DE. Grayscale: #888888. Windows color (decimal): -3572959 or 2194377. OLE color: 2194377.

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

Color convert

RGB 201 123 33 -
CMYK 0 0.39 0.84 0.21
HSL 32.14º 0.72% 0.46% -
HSV(B) 32.14º 0.84% 0.79% -
XYZ 31.44 26.69 4.93 -
YUV 136.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 201 123 33 0 0.39 0.84 0.21 32.14 0.72 0.46
Hex C9 7B 21 0 27 54 15 20 48 2E
Octal 311 173 41 0 47 124 25 40 110 56
Binary 11001001 1111011 100001 0 100111 1010100 10101 100000 1001000 101110

Color Harmonies of #C97B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B21

Black with #C97B21

Text Example


Text Example

White with #C97B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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