Html Css Color HEX #C9730F Ochre

📋 copy color: '#C9730F'

red 201 ◦ green 115 ◦ blue 15

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

Shades of Ochre #C9730F

Tints of Ochre #C9730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 60.73%
G = 34.74%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9730F (or 0xC9730F) is known color: Ochre. HEX triplet: C9, 73 and 0F. RGB value is (201,115,15). Sum of RGB (Red+Green+Blue) = 201+115+15=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9730F is #368CF0. Grayscale: #818181. Windows color (decimal): -3575025 or 1012681. OLE color: 1012681.

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

Color convert

RGB 201 115 15 -
CMYK 0 0.43 0.93 0.21
HSL 32.26º 0.86% 0.42% -
HSV(B) 32.26º 0.93% 0.79% -
XYZ 30.3 24.71 3.62 -
YUV 129.31 63.49 179.13 -
System Red Green Blue C M Y K H S L
Decimal 201 115 15 0 0.43 0.93 0.21 32.26 0.86 0.42
Hex C9 73 F 0 2B 5D 15 20 56 2A
Octal 311 163 17 0 53 135 25 40 126 52
Binary 11001001 1110011 1111 0 101011 1011101 10101 100000 1010110 101010

Color Harmonies of #C9730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9730F

Black with #C9730F

Text Example


Text Example

White with #C9730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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