Html Css Color HEX #C9782A Ochre

📋 copy color: '#C9782A'

red 201 ◦ green 120 ◦ blue 42

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

Shades of Ochre #C9782A

Tints of Ochre #C9782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 55.37%
G = 33.06%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9782A (or 0xC9782A) is known color: Ochre. HEX triplet: C9, 78 and 2A. RGB value is (201,120,42). Sum of RGB (Red+Green+Blue) = 201+120+42=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9782A is #3687D5. Grayscale: #878787. Windows color (decimal): -3573718 or 2783433. OLE color: 2783433.

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

Color convert

RGB 201 120 42 -
CMYK 0 0.40 0.79 0.21
HSL 29.43º 0.65% 0.48% -
HSV(B) 29.43º 0.79% 0.79% -
XYZ 31.22 26.02 5.57 -
YUV 135.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 201 120 42 0 0.40 0.79 0.21 29.43 0.65 0.48
Hex C9 78 2A 0 28 4F 15 1D 41 30
Octal 311 170 52 0 50 117 25 35 101 60
Binary 11001001 1111000 101010 0 101000 1001111 10101 11101 1000001 110000

Color Harmonies of #C9782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9782A

Black with #C9782A

Text Example


Text Example

White with #C9782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9782A; }

 p { color: rgb(201,120,42); }

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

background-color css

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

 a { background-color: rgb(201,120,42); }

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

border-color css

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

 span { border-color: rgb(201,120,42); }

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