Html Css Color HEX #C9730B Ochre

📋 copy color: '#C9730B'

red 201 ◦ green 115 ◦ blue 11

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

Shades of Ochre #C9730B

Tints of Ochre #C9730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 61.47%
G = 35.17%
B = 3.36%

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

#C9730B (or 0xC9730B) is known color: Ochre. HEX triplet: C9, 73 and 0B. RGB value is (201,115,11). Sum of RGB (Red+Green+Blue) = 201+115+11=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9730B is #368CF4. Grayscale: #818181. Windows color (decimal): -3575029 or 750537. OLE color: 750537.

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

Color convert

RGB 201 115 11 -
CMYK 0 0.43 0.95 0.21
HSL 32.84º 0.9% 0.42% -
HSV(B) 32.84º 0.95% 0.79% -
XYZ 30.28 24.7 3.49 -
YUV 128.86 61.49 179.46 -
System Red Green Blue C M Y K H S L
Decimal 201 115 11 0 0.43 0.95 0.21 32.84 0.9 0.42
Hex C9 73 B 0 2B 5F 15 21 5A 2A
Octal 311 163 13 0 53 137 25 41 132 52
Binary 11001001 1110011 1011 0 101011 1011111 10101 100001 1011010 101010

Color Harmonies of #C9730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9730B

Black with #C9730B

Text Example


Text Example

White with #C9730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9730B; }

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

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

background-color css

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

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

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

border-color css

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

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

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