Html Css Color HEX #C7702B Ochre

📋 copy color: '#C7702B'

red 199 ◦ green 112 ◦ blue 43

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

Shades of Ochre #C7702B

Tints of Ochre #C7702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 56.21%
G = 31.64%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7702B (or 0xC7702B) is known color: Ochre. HEX triplet: C7, 70 and 2B. RGB value is (199,112,43). Sum of RGB (Red+Green+Blue) = 199+112+43=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702B is #388FD4. Grayscale: #828282. Windows color (decimal): -3706837 or 2846919. OLE color: 2846919.

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

Color convert

RGB 199 112 43 -
CMYK 0 0.44 0.78 0.22
HSL 26.54º 0.64% 0.47% -
HSV(B) 26.54º 0.78% 0.78% -
XYZ 29.78 23.9 5.33 -
YUV 130.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 199 112 43 0 0.44 0.78 0.22 26.54 0.64 0.47
Hex C7 70 2B 0 2C 4E 16 1B 40 2F
Octal 307 160 53 0 54 116 26 33 100 57
Binary 11000111 1110000 101011 0 101100 1001110 10110 11011 1000000 101111

Color Harmonies of #C7702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7702B

Black with #C7702B

Text Example


Text Example

White with #C7702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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