Html Css Color HEX #C97B1F Ochre

📋 copy color: '#C97B1F'

red 201 ◦ green 123 ◦ blue 31

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

Shades of Ochre #C97B1F

Tints of Ochre #C97B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 56.62%
G = 34.65%
B = 8.73%

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

#C97B1F (or 0xC97B1F) is known color: Ochre. HEX triplet: C9, 7B and 1F. RGB value is (201,123,31). Sum of RGB (Red+Green+Blue) = 201+123+31=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B1F is #3684E0. Grayscale: #888888. Windows color (decimal): -3572961 or 2063305. OLE color: 2063305.

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

Color convert

RGB 201 123 31 -
CMYK 0 0.39 0.85 0.21
HSL 32.47º 0.73% 0.45% -
HSV(B) 32.47º 0.85% 0.79% -
XYZ 31.42 26.68 4.79 -
YUV 135.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 201 123 31 0 0.39 0.85 0.21 32.47 0.73 0.45
Hex C9 7B 1F 0 27 55 15 20 49 2D
Octal 311 173 37 0 47 125 25 40 111 55
Binary 11001001 1111011 11111 0 100111 1010101 10101 100000 1001001 101101

Color Harmonies of #C97B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B1F

Black with #C97B1F

Text Example


Text Example

White with #C97B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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