Html Css Color HEX #C9750F Ochre

📋 copy color: '#C9750F'

red 201 ◦ green 117 ◦ blue 15

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

Shades of Ochre #C9750F

Tints of Ochre #C9750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 60.36%
G = 35.14%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9750F (or 0xC9750F) is known color: Ochre. HEX triplet: C9, 75 and 0F. RGB value is (201,117,15). Sum of RGB (Red+Green+Blue) = 201+117+15=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9750F is #368AF0. Grayscale: #828282. Windows color (decimal): -3574513 or 1013193. OLE color: 1013193.

HSL color Cylindrical-coordinate representation of color #C9750F: hue angle of 32.9º 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 #C9750F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 15 -
CMYK 0 0.42 0.93 0.21
HSL 32.9º 0.86% 0.42% -
HSV(B) 32.9º 0.93% 0.79% -
XYZ 30.53 25.17 3.7 -
YUV 130.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 201 117 15 0 0.42 0.93 0.21 32.9 0.86 0.42
Hex C9 75 F 0 2A 5D 15 21 56 2A
Octal 311 165 17 0 52 135 25 41 126 52
Binary 11001001 1110101 1111 0 101010 1011101 10101 100001 1010110 101010

Color Harmonies of #C9750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9750F

Black with #C9750F

Text Example


Text Example

White with #C9750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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