Html Css Color HEX #C9732C Ochre

📋 copy color: '#C9732C'

red 201 ◦ green 115 ◦ blue 44

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

Shades of Ochre #C9732C

Tints of Ochre #C9732C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 55.83%
G = 31.94%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9732C (or 0xC9732C) is known color: Ochre. HEX triplet: C9, 73 and 2C. RGB value is (201,115,44). Sum of RGB (Red+Green+Blue) = 201+115+44=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9732C is #368CD3. Grayscale: #848484. Windows color (decimal): -3574996 or 2913225. OLE color: 2913225.

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

Color convert

RGB 201 115 44 -
CMYK 0 0.43 0.78 0.21
HSL 27.13º 0.64% 0.48% -
HSV(B) 27.13º 0.78% 0.79% -
XYZ 30.67 24.86 5.56 -
YUV 132.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 201 115 44 0 0.43 0.78 0.21 27.13 0.64 0.48
Hex C9 73 2C 0 2B 4E 15 1B 40 30
Octal 311 163 54 0 53 116 25 33 100 60
Binary 11001001 1110011 101100 0 101011 1001110 10101 11011 1000000 110000

Color Harmonies of #C9732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9732C

Black with #C9732C

Text Example


Text Example

White with #C9732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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