Html Css Color HEX #CB7123 Ochre

📋 copy color: '#CB7123'

red 203 ◦ green 113 ◦ blue 35

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

Shades of Ochre #CB7123

Tints of Ochre #CB7123

RGB

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

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

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

R = 57.83%
G = 32.19%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB7123 (or 0xCB7123) is known color: Ochre. HEX triplet: CB, 71 and 23. RGB value is (203,113,35). Sum of RGB (Red+Green+Blue) = 203+113+35=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7123 is #348EDC. Grayscale: #838383. Windows color (decimal): -3444445 or 2322891. OLE color: 2322891.

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

Color convert

RGB 203 113 35 -
CMYK 0 0.44 0.83 0.20
HSL 27.86º 0.71% 0.47% -
HSV(B) 27.86º 0.83% 0.8% -
XYZ 30.84 24.63 4.72 -
YUV 131.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 203 113 35 0 0.44 0.83 0.20 27.86 0.71 0.47
Hex CB 71 23 0 2C 53 14 1C 47 2F
Octal 313 161 43 0 54 123 24 34 107 57
Binary 11001011 1110001 100011 0 101100 1010011 10100 11100 1000111 101111

Color Harmonies of #CB7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7123

Black with #CB7123

Text Example


Text Example

White with #CB7123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7123; }

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

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

background-color css

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

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

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

border-color css

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

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

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