Html Css Color HEX #C8751D Ochre

📋 copy color: '#C8751D'

red 200 ◦ green 117 ◦ blue 29

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

Shades of Ochre #C8751D

Tints of Ochre #C8751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 57.8%
G = 33.82%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8751D (or 0xC8751D) is known color: Ochre. HEX triplet: C8, 75 and 1D. RGB value is (200,117,29). Sum of RGB (Red+Green+Blue) = 200+117+29=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8751D is #378AE2. Grayscale: #848484. Windows color (decimal): -3640035 or 1930696. OLE color: 1930696.

HSL color Cylindrical-coordinate representation of color #C8751D: hue angle of 30.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8751D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 29 -
CMYK 0 0.42 0.86 0.22
HSL 30.88º 0.75% 0.45% -
HSV(B) 30.88º 0.86% 0.78% -
XYZ 30.4 25.09 4.4 -
YUV 131.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 200 117 29 0 0.42 0.86 0.22 30.88 0.75 0.45
Hex C8 75 1D 0 2A 56 16 1F 4B 2D
Octal 310 165 35 0 52 126 26 37 113 55
Binary 11001000 1110101 11101 0 101010 1010110 10110 11111 1001011 101101

Color Harmonies of #C8751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8751D

Black with #C8751D

Text Example


Text Example

White with #C8751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8751D; }

 p { color: rgb(200,117,29); }

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

background-color css

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

 a { background-color: rgb(200,117,29); }

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

border-color css

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

 span { border-color: rgb(200,117,29); }

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