Html Css Color HEX #CB6F26 Ochre

📋 copy color: '#CB6F26'

red 203 ◦ green 111 ◦ blue 38

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

Shades of Ochre #CB6F26

Tints of Ochre #CB6F26

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 57.67%
G = 31.53%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6F26 (or 0xCB6F26) is known color: Ochre. HEX triplet: CB, 6F and 26. RGB value is (203,111,38). Sum of RGB (Red+Green+Blue) = 203+111+38=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F26 is #3490D9. Grayscale: #828282. Windows color (decimal): -3444954 or 2518987. OLE color: 2518987.

HSL color Cylindrical-coordinate representation of color #CB6F26: hue angle of 26.55º 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 #CB6F26 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 111 38 -
CMYK 0 0.45 0.81 0.20
HSL 26.55º 0.68% 0.47% -
HSV(B) 26.55º 0.81% 0.8% -
XYZ 30.66 24.21 4.89 -
YUV 130.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 203 111 38 0 0.45 0.81 0.20 26.55 0.68 0.47
Hex CB 6F 26 0 2D 51 14 1B 44 2F
Octal 313 157 46 0 55 121 24 33 104 57
Binary 11001011 1101111 100110 0 101101 1010001 10100 11011 1000100 101111

Color Harmonies of #CB6F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F26

Black with #CB6F26

Text Example


Text Example

White with #CB6F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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