Html Css Color HEX #C88122 Ochre

📋 copy color: '#C88122'

red 200 ◦ green 129 ◦ blue 34

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

Shades of Ochre #C88122

Tints of Ochre #C88122

RGB

 RED value IS 200 (78.52% from 255) = 55.1%

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 55.1%
G = 35.54%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C88122 (or 0xC88122) is known color: Ochre. HEX triplet: C8, 81 and 22. RGB value is (200,129,34). Sum of RGB (Red+Green+Blue) = 200+129+34=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C88122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88122 is #377EDD. Grayscale: #8B8B8B. Windows color (decimal): -3636958 or 2261448. OLE color: 2261448.

HSL color Cylindrical-coordinate representation of color #C88122: hue angle of 34.34º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C88122 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 34 -
CMYK 0 0.36 0.83 0.22
HSL 34.34º 0.71% 0.46% -
HSV(B) 34.34º 0.83% 0.78% -
XYZ 31.96 28.1 5.25 -
YUV 139.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 200 129 34 0 0.36 0.83 0.22 34.34 0.71 0.46
Hex C8 81 22 0 24 53 16 22 47 2E
Octal 310 201 42 0 44 123 26 42 107 56
Binary 11001000 10000001 100010 0 100100 1010011 10110 100010 1000111 101110

Color Harmonies of #C88122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88122

Black with #C88122

Text Example


Text Example

White with #C88122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88122; }

 p { color: rgb(200,129,34); }

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

background-color css

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

 a { background-color: rgb(200,129,34); }

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

border-color css

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

 span { border-color: rgb(200,129,34); }

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