Html Css Color HEX #C9730A Ochre

📋 copy color: '#C9730A'

red 201 ◦ green 115 ◦ blue 10

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

Shades of Ochre #C9730A

Tints of Ochre #C9730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 61.66%
G = 35.28%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9730A (or 0xC9730A) is known color: Ochre. HEX triplet: C9, 73 and 0A. RGB value is (201,115,10). Sum of RGB (Red+Green+Blue) = 201+115+10=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9730A is #368CF5. Grayscale: #818181. Windows color (decimal): -3575030 or 685001. OLE color: 685001.

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

Color convert

RGB 201 115 10 -
CMYK 0 0.43 0.95 0.21
HSL 32.98º 0.91% 0.41% -
HSV(B) 32.98º 0.95% 0.79% -
XYZ 30.27 24.7 3.46 -
YUV 128.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 201 115 10 0 0.43 0.95 0.21 32.98 0.91 0.41
Hex C9 73 A 0 2B 5F 15 21 5B 29
Octal 311 163 12 0 53 137 25 41 133 51
Binary 11001001 1110011 1010 0 101011 1011111 10101 100001 1011011 101001

Color Harmonies of #C9730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9730A

Black with #C9730A

Text Example


Text Example

White with #C9730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9730A; }

 p { color: rgb(201,115,10); }

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

background-color css

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

 a { background-color: rgb(201,115,10); }

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

border-color css

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

 span { border-color: rgb(201,115,10); }

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