Html Css Color HEX #C9760D Ochre

📋 copy color: '#C9760D'

red 201 ◦ green 118 ◦ blue 13

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

Shades of Ochre #C9760D

Tints of Ochre #C9760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 60.54%
G = 35.54%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9760D (or 0xC9760D) is known color: Ochre. HEX triplet: C9, 76 and 0D. RGB value is (201,118,13). Sum of RGB (Red+Green+Blue) = 201+118+13=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9760D is #3689F2. Grayscale: #838383. Windows color (decimal): -3574259 or 882377. OLE color: 882377.

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

Color convert

RGB 201 118 13 -
CMYK 0 0.41 0.94 0.21
HSL 33.51º 0.88% 0.42% -
HSV(B) 33.51º 0.94% 0.79% -
XYZ 30.64 25.4 3.67 -
YUV 130.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 201 118 13 0 0.41 0.94 0.21 33.51 0.88 0.42
Hex C9 76 D 0 29 5E 15 22 58 2A
Octal 311 166 15 0 51 136 25 42 130 52
Binary 11001001 1110110 1101 0 101001 1011110 10101 100010 1011000 101010

Color Harmonies of #C9760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9760D

Black with #C9760D

Text Example


Text Example

White with #C9760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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