Html Css Color HEX #C87A29 Ochre

📋 copy color: '#C87A29'

red 200 ◦ green 122 ◦ blue 41

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

Shades of Ochre #C87A29

Tints of Ochre #C87A29

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 55.1%
G = 33.61%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C87A29 (or 0xC87A29) is known color: Ochre. HEX triplet: C8, 7A and 29. RGB value is (200,122,41). Sum of RGB (Red+Green+Blue) = 200+122+41=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A29 is #3785D6. Grayscale: #888888. Windows color (decimal): -3638743 or 2718408. OLE color: 2718408.

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

Color convert

RGB 200 122 41 -
CMYK 0 0.39 0.80 0.22
HSL 30.57º 0.66% 0.47% -
HSV(B) 30.57º 0.8% 0.78% -
XYZ 31.18 26.36 5.54 -
YUV 136.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 200 122 41 0 0.39 0.80 0.22 30.57 0.66 0.47
Hex C8 7A 29 0 27 50 16 1F 42 2F
Octal 310 172 51 0 47 120 26 37 102 57
Binary 11001000 1111010 101001 0 100111 1010000 10110 11111 1000010 101111

Color Harmonies of #C87A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A29

Black with #C87A29

Text Example


Text Example

White with #C87A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A29; }

 p { color: rgb(200,122,41); }

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

background-color css

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

 a { background-color: rgb(200,122,41); }

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

border-color css

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

 span { border-color: rgb(200,122,41); }

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