Html Css Color HEX #CB7128 Ochre

📋 copy color: '#CB7128'

red 203 ◦ green 113 ◦ blue 40

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

Shades of Ochre #CB7128

Tints of Ochre #CB7128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 57.02%
G = 31.74%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7128 (or 0xCB7128) is known color: Ochre. HEX triplet: CB, 71 and 28. RGB value is (203,113,40). Sum of RGB (Red+Green+Blue) = 203+113+40=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7128 is #348ED7. Grayscale: #838383. Windows color (decimal): -3444440 or 2650571. OLE color: 2650571.

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

Color convert

RGB 203 113 40 -
CMYK 0 0.44 0.80 0.20
HSL 26.87º 0.67% 0.48% -
HSV(B) 26.87º 0.8% 0.8% -
XYZ 30.92 24.66 5.14 -
YUV 131.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 203 113 40 0 0.44 0.80 0.20 26.87 0.67 0.48
Hex CB 71 28 0 2C 50 14 1B 43 30
Octal 313 161 50 0 54 120 24 33 103 60
Binary 11001011 1110001 101000 0 101100 1010000 10100 11011 1000011 110000

Color Harmonies of #CB7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7128

Black with #CB7128

Text Example


Text Example

White with #CB7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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