Html Css Color HEX #C7792A Ochre

📋 copy color: '#C7792A'

red 199 ◦ green 121 ◦ blue 42

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

Shades of Ochre #C7792A

Tints of Ochre #C7792A

RGB

 RED value IS 199 (78.13% from 255) = 54.97%

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 54.97%
G = 33.43%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7792A (or 0xC7792A) is known color: Ochre. HEX triplet: C7, 79 and 2A. RGB value is (199,121,42). Sum of RGB (Red+Green+Blue) = 199+121+42=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7792A is #3886D5. Grayscale: #878787. Windows color (decimal): -3704534 or 2783687. OLE color: 2783687.

HSL color Cylindrical-coordinate representation of color #C7792A: hue angle of 30.19º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7792A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 42 -
CMYK 0 0.39 0.79 0.22
HSL 30.19º 0.65% 0.47% -
HSV(B) 30.19º 0.79% 0.78% -
XYZ 30.81 25.98 5.58 -
YUV 135.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 199 121 42 0 0.39 0.79 0.22 30.19 0.65 0.47
Hex C7 79 2A 0 27 4F 16 1E 41 2F
Octal 307 171 52 0 47 117 26 36 101 57
Binary 11000111 1111001 101010 0 100111 1001111 10110 11110 1000001 101111

Color Harmonies of #C7792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7792A

Black with #C7792A

Text Example


Text Example

White with #C7792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7792A; }

 p { color: rgb(199,121,42); }

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

background-color css

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

 a { background-color: rgb(199,121,42); }

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

border-color css

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

 span { border-color: rgb(199,121,42); }

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