Html Css Color HEX #C9761B Ochre

📋 copy color: '#C9761B'

red 201 ◦ green 118 ◦ blue 27

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

Shades of Ochre #C9761B

Tints of Ochre #C9761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 58.09%
G = 34.1%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9761B (or 0xC9761B) is known color: Ochre. HEX triplet: C9, 76 and 1B. RGB value is (201,118,27). Sum of RGB (Red+Green+Blue) = 201+118+27=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9761B is #3689E4. Grayscale: #848484. Windows color (decimal): -3574245 or 1799881. OLE color: 1799881.

HSL color Cylindrical-coordinate representation of color #C9761B: hue angle of 31.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9761B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 118 27 -
CMYK 0 0.41 0.87 0.21
HSL 31.38º 0.76% 0.45% -
HSV(B) 31.38º 0.87% 0.79% -
XYZ 30.76 25.45 4.33 -
YUV 132.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 201 118 27 0 0.41 0.87 0.21 31.38 0.76 0.45
Hex C9 76 1B 0 29 57 15 1F 4C 2D
Octal 311 166 33 0 51 127 25 37 114 55
Binary 11001001 1110110 11011 0 101001 1010111 10101 11111 1001100 101101

Color Harmonies of #C9761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9761B

Black with #C9761B

Text Example


Text Example

White with #C9761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9761B; }

 p { color: rgb(201,118,27); }

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

background-color css

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

 a { background-color: rgb(201,118,27); }

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

border-color css

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

 span { border-color: rgb(201,118,27); }

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