Html Css Color HEX #CB7110 Ochre

📋 copy color: '#CB7110'

red 203 ◦ green 113 ◦ blue 16

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

Shades of Ochre #CB7110

Tints of Ochre #CB7110

RGB

 RED value IS 203 (79.69% from 255) = 61.14%

 GREEN value IS 113 (44.53% from 255) = 34.04%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 61.14%
G = 34.04%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7110 (or 0xCB7110) is known color: Ochre. HEX triplet: CB, 71 and 10. RGB value is (203,113,16). Sum of RGB (Red+Green+Blue) = 203+113+16=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7110 is #348EEF. Grayscale: #818181. Windows color (decimal): -3444464 or 1077707. OLE color: 1077707.

HSL color Cylindrical-coordinate representation of color #CB7110: hue angle of 31.12º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7110 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 16 -
CMYK 0 0.44 0.92 0.20
HSL 31.12º 0.85% 0.43% -
HSV(B) 31.12º 0.92% 0.8% -
XYZ 30.63 24.54 3.61 -
YUV 128.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 203 113 16 0 0.44 0.92 0.20 31.12 0.85 0.43
Hex CB 71 10 0 2C 5C 14 1F 55 2B
Octal 313 161 20 0 54 134 24 37 125 53
Binary 11001011 1110001 10000 0 101100 1011100 10100 11111 1010101 101011

Color Harmonies of #CB7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7110

Black with #CB7110

Text Example


Text Example

White with #CB7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7110; }

 p { color: rgb(203,113,16); }

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

background-color css

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

 a { background-color: rgb(203,113,16); }

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

border-color css

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

 span { border-color: rgb(203,113,16); }

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