Html Css Color HEX #C9750A Ochre

📋 copy color: '#C9750A'

red 201 ◦ green 117 ◦ blue 10

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

Shades of Ochre #C9750A

Tints of Ochre #C9750A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 61.28%
G = 35.67%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9750A (or 0xC9750A) is known color: Ochre. HEX triplet: C9, 75 and 0A. RGB value is (201,117,10). Sum of RGB (Red+Green+Blue) = 201+117+10=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9750A is #368AF5. Grayscale: #828282. Windows color (decimal): -3574518 or 685513. OLE color: 685513.

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

Color convert

RGB 201 117 10 -
CMYK 0 0.42 0.95 0.21
HSL 33.61º 0.91% 0.41% -
HSV(B) 33.61º 0.95% 0.79% -
XYZ 30.5 25.16 3.54 -
YUV 129.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 201 117 10 0 0.42 0.95 0.21 33.61 0.91 0.41
Hex C9 75 A 0 2A 5F 15 22 5B 29
Octal 311 165 12 0 52 137 25 42 133 51
Binary 11001001 1110101 1010 0 101010 1011111 10101 100010 1011011 101001

Color Harmonies of #C9750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9750A

Black with #C9750A

Text Example


Text Example

White with #C9750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9750A; }

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

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

background-color css

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

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

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

border-color css

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

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

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