Html Css Color HEX #C7702A Ochre

📋 copy color: '#C7702A'

red 199 ◦ green 112 ◦ blue 42

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

Shades of Ochre #C7702A

Tints of Ochre #C7702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 56.37%
G = 31.73%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7702A (or 0xC7702A) is known color: Ochre. HEX triplet: C7, 70 and 2A. RGB value is (199,112,42). Sum of RGB (Red+Green+Blue) = 199+112+42=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702A is #388FD5. Grayscale: #828282. Windows color (decimal): -3706838 or 2781383. OLE color: 2781383.

HSL color Cylindrical-coordinate representation of color #C7702A: hue angle of 26.75º 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 #C7702A is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 42 -
CMYK 0 0.44 0.79 0.22
HSL 26.75º 0.65% 0.47% -
HSV(B) 26.75º 0.79% 0.78% -
XYZ 29.77 23.9 5.23 -
YUV 130.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 199 112 42 0 0.44 0.79 0.22 26.75 0.65 0.47
Hex C7 70 2A 0 2C 4F 16 1B 41 2F
Octal 307 160 52 0 54 117 26 33 101 57
Binary 11000111 1110000 101010 0 101100 1001111 10110 11011 1000001 101111

Color Harmonies of #C7702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7702A

Black with #C7702A

Text Example


Text Example

White with #C7702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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