Html Css Color HEX #C87D23 Ochre

📋 copy color: '#C87D23'

red 200 ◦ green 125 ◦ blue 35

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

Shades of Ochre #C87D23

Tints of Ochre #C87D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 55.56%
G = 34.72%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C87D23 (or 0xC87D23) is known color: Ochre. HEX triplet: C8, 7D and 23. RGB value is (200,125,35). Sum of RGB (Red+Green+Blue) = 200+125+35=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D23 is #3782DC. Grayscale: #898989. Windows color (decimal): -3637981 or 2325960. OLE color: 2325960.

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

Color convert

RGB 200 125 35 -
CMYK 0 0.38 0.82 0.22
HSL 32.73º 0.7% 0.46% -
HSV(B) 32.73º 0.83% 0.78% -
XYZ 31.46 27.07 5.16 -
YUV 137.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 200 125 35 0 0.38 0.82 0.22 32.73 0.7 0.46
Hex C8 7D 23 0 26 52 16 21 46 2E
Octal 310 175 43 0 46 122 26 41 106 56
Binary 11001000 1111101 100011 0 100110 1010010 10110 100001 1000110 101110

Color Harmonies of #C87D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D23

Black with #C87D23

Text Example


Text Example

White with #C87D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D23; }

 p { color: rgb(200,125,35); }

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

background-color css

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

 a { background-color: rgb(200,125,35); }

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

border-color css

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

 span { border-color: rgb(200,125,35); }

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