Html Css Color HEX #C9750C Ochre

📋 copy color: '#C9750C'

red 201 ◦ green 117 ◦ blue 12

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

Shades of Ochre #C9750C

Tints of Ochre #C9750C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 60.91%
G = 35.45%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9750C (or 0xC9750C) is known color: Ochre. HEX triplet: C9, 75 and 0C. RGB value is (201,117,12). Sum of RGB (Red+Green+Blue) = 201+117+12=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9750C is #368AF3. Grayscale: #828282. Windows color (decimal): -3574516 or 816585. OLE color: 816585.

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

Color convert

RGB 201 117 12 -
CMYK 0 0.42 0.94 0.21
HSL 33.33º 0.89% 0.42% -
HSV(B) 33.33º 0.94% 0.79% -
XYZ 30.52 25.17 3.6 -
YUV 130.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 201 117 12 0 0.42 0.94 0.21 33.33 0.89 0.42
Hex C9 75 C 0 2A 5E 15 21 59 2A
Octal 311 165 14 0 52 136 25 41 131 52
Binary 11001001 1110101 1100 0 101010 1011110 10101 100001 1011001 101010

Color Harmonies of #C9750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9750C

Black with #C9750C

Text Example


Text Example

White with #C9750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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