Html Css Color HEX #CB7626 Ochre

📋 copy color: '#CB7626'

red 203 ◦ green 118 ◦ blue 38

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

Shades of Ochre #CB7626

Tints of Ochre #CB7626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 38 (15.23% from 255) = 10.58%

R = 56.55%
G = 32.87%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB7626 (or 0xCB7626) is known color: Ochre. HEX triplet: CB, 76 and 26. RGB value is (203,118,38). Sum of RGB (Red+Green+Blue) = 203+118+38=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7626 is #3489D9. Grayscale: #868686. Windows color (decimal): -3443162 or 2520779. OLE color: 2520779.

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

Color convert

RGB 203 118 38 -
CMYK 0 0.42 0.81 0.20
HSL 29.09º 0.68% 0.47% -
HSV(B) 29.09º 0.81% 0.8% -
XYZ 31.46 25.79 5.15 -
YUV 134.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 203 118 38 0 0.42 0.81 0.20 29.09 0.68 0.47
Hex CB 76 26 0 2A 51 14 1D 44 2F
Octal 313 166 46 0 52 121 24 35 104 57
Binary 11001011 1110110 100110 0 101010 1010001 10100 11101 1000100 101111

Color Harmonies of #CB7626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7626

Black with #CB7626

Text Example


Text Example

White with #CB7626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7626; }

 p { color: rgb(203,118,38); }

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

background-color css

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

 a { background-color: rgb(203,118,38); }

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

border-color css

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

 span { border-color: rgb(203,118,38); }

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